diff --git a/Aquaria/Game.cpp b/Aquaria/Game.cpp index caee30b..6c2fb76 100644 --- a/Aquaria/Game.cpp +++ b/Aquaria/Game.cpp @@ -1795,10 +1795,10 @@ next_SE: if(toSpawn.size()) spawnEntities(&toSpawn[0], toSpawn.size()); - this->reconstructGrid(true); - findMaxCameraValues(); + this->reconstructGrid(true); + return true; }