And finally fix some of the API names to make more sense in their current location.
This commit is contained in:
parent
a20d701096
commit
7ffa6025ce
11 changed files with 74 additions and 99 deletions
|
@ -11,7 +11,7 @@ using namespace lighting;
|
|||
|
||||
TEST_CASE("lighting a map works", "[lighting]") {
|
||||
GameDB::init();
|
||||
auto& level = GameDB::current();
|
||||
auto& level = GameDB::current_level();
|
||||
auto& map = *level.map;
|
||||
|
||||
Point light1, light2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue