remove specialt exture

This commit is contained in:
arthur.jamet
2021-06-04 13:14:10 +02:00
parent da972a36e8
commit 8324eb48c2
4 changed files with 13 additions and 26 deletions

View File

@@ -127,7 +127,7 @@ namespace BBM
scene->addEntity("Upper Floor")
.addComponent<PositionComponent>(Vector3f(coords))
//.addComponent<CollisionComponent>(1)
.addComponent<Drawable3DComponent<RAY3D::Model>>(floorObj);
.addComponent<Drawable3DComponent<RAY3D::Model>>(floorObj, std::make_pair(MAP_DIFFUSE, floorPng));
}