Cleanup on aisle everywhere
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include "../assetmgr/AssetManager.h"
|
||||
// #include "../ui/UIText.h"
|
||||
#include "../ui/UIText.h"
|
||||
#include "../ui/UINineSlice.h"
|
||||
#include "../cjson/cJSON.h"
|
||||
#include <cmath>
|
||||
@ -424,10 +424,10 @@ void Game::render()
|
||||
// {
|
||||
// printf("Core Game state\n");
|
||||
// }
|
||||
for (auto& t : tiles)
|
||||
/* for (auto& t : tiles)
|
||||
{
|
||||
t->draw();
|
||||
}
|
||||
} */
|
||||
|
||||
for (auto& c : colliders)
|
||||
{
|
||||
|
Reference in New Issue
Block a user