changed paths

This commit is contained in:
h4570
2020-12-07 22:05:06 +01:00
parent 96fe7c380e
commit 6d9b93998a
5 changed files with 20 additions and 20 deletions
@@ -81,7 +81,7 @@ void FloorManager::calcSpiral(int X, int Y)
void FloorManager::initFloors()
{
PRINT_LOG("Initializing floors");
floors[0].mesh.loadObj("floor/", "floor", 3.0F, false);
floors[0].mesh.loadObj("meshes/floor/", "floor", 3.0F, false);
floors[0].mesh.shouldBeFrustumCulled = true;
floors[0].mesh.shouldBeLighted = true;
for (u16 i = 1; i < floorAmount; i++)