Browse Source

Corrected comment.

Camilla Berglund 13 years ago
parent
commit
0e2b12be43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/window.c

+ 1 - 1
src/window.c

@@ -877,7 +877,7 @@ GLFWAPI void glfwSetWindowIconifyCallback(GLFWwindowiconifyfun cbfun)
 
 
 //========================================================================
-// Poll for new window and input events and close any flagged windows
+// Poll for new window and input events
 //========================================================================
 
 GLFWAPI void glfwPollEvents(void)