need to fix (crash)

This commit is contained in:
EternalRat
2021-06-14 18:21:45 +02:00
16 changed files with 442 additions and 54 deletions
+1
View File
@@ -249,6 +249,7 @@ namespace BBM {
_loadBlock(scene, lines, index, map);
index--;
}
std::cout << "Test LoadMap" << std::endl;
MapGenerator::loadMap(Runner::width, Runner::height, map, scene);
}