set full heigth map at -1 to check if their height

This commit is contained in:
Askou
2021-06-14 15:13:45 +02:00
parent 7a21b8ed94
commit 2260f8ba4f
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -551,7 +551,7 @@ namespace BBM
scene->addEntity("camera")
.addComponent<PositionComponent>(8, 25, 7)
.addComponent<CameraComponent>(Vector3f(8, 0, 8));
MapGenerator::loadMap(16, 16, MapGenerator::createMap(16, 16, false, false), scene);
MapGenerator::loadMap(16, 16, MapGenerator::createMap(16, 16, true, false), scene);
return scene;
}