Remove noise from timeutils.cpp

This commit is contained in:
2019-03-22 00:08:03 +01:00
parent 0475f17110
commit 2cac6e1766
2 changed files with 12 additions and 15 deletions

View File

@@ -193,6 +193,7 @@ void step_scene(double timeDelta) {
lightNode[1]->rotation.z -= timeDelta;
//lightNode[1]->position.z = 80 + 40*glm::sin(5 * lightNode[1]->rotation.z);
if(carNode) carNode->rotation.z += timeDelta;
if(treeNode) treeNode->rotation.z += timeDelta;
/*
if (glfwGetMouseButton(window, GLFW_MOUSE_BUTTON_1)) {