Removing update of the light at the center of the marble.

This commit is contained in:
Fabian Klemp 2014-11-17 18:18:15 +01:00
parent 9fc515ec24
commit 5533d4e4ba

View File

@ -117,7 +117,6 @@ void Level::update(float runTime, glm::vec2 mouseDelta, bool wPressed, bool aPre
objects[0].setPosition(physics.getPos(0));
objects[0].setRotation(physics.getRotation(0));
lights[2].setPosition(physics.getPos(0));
}
glm::vec3 Level::getAmbientLight() {