Removed Unused code in renderer

This commit is contained in:
Tleety
2014-05-10 17:44:55 +02:00
parent 62ca923821
commit 1268b3d8fd
3 changed files with 5 additions and 138 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ void GameWorld::Initialize()
CommitEntity(car);
}
*/
for(int i = 0; i < 5; i++)
for(int i = 0; i < 6; i++)
{
auto Light = CreateEntity();
auto transform = AddComponent<Components::Transform>(Light, "Transform");