Fixed warnings from Clang static analysis.

This commit is contained in:
Camilla Berglund
2013-11-14 13:42:29 +01:00
parent a79b93f5bc
commit 45368f410a
3 changed files with 1 additions and 7 deletions

View File

@@ -644,7 +644,7 @@ int main(int argc, char** argv)
/* main loop */
frame = 0;
iter = 0;
dt = last_update_time = glfwGetTime();
last_update_time = glfwGetTime();
while (!glfwWindowShouldClose(window))
{