Removed the variable limit setting since it's never used and instead just have WALL_PATH_LIMIT.
This commit is contained in:
parent
9abb39a3bf
commit
eb0ca38e30
19 changed files with 50 additions and 58 deletions
|
@ -19,7 +19,7 @@ TEST_CASE("lighting a map works", "[lighting]") {
|
|||
LightSource source1{7,1};
|
||||
LightSource source2{3,2};
|
||||
|
||||
LightRender lr(map.width(), map.height(), map.limit());
|
||||
LightRender lr(map.width(), map.height());
|
||||
|
||||
lr.reset_light();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue