Removed glfwIsWindow.

This commit is contained in:
Camilla Berglund
2012-08-03 16:20:52 +02:00
parent 1736132bb2
commit 2972cdfeb1
21 changed files with 111 additions and 66 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ int main(void)
printf("Main loop starting\n");
while (glfwIsWindow(window) == GL_TRUE)
while (glfwGetCurrentContext())
glfwWaitEvents();
glfwTerminate();