1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 10:48:51 -05:00

Comment clarification.

This commit is contained in:
Camilla Berglund 2011-09-19 21:29:02 +02:00
parent e2c58b089b
commit dbfd59ee7e

View File

@ -37,7 +37,7 @@
//======================================================================== //========================================================================
// The current error value and callback // The current error value and callback
// These are not in _glfwLibrary since they need to be initialized and // These are not in _glfwLibrary since they need to be initialized and
// accessible before glfwInit // accessible before glfwInit so it can report errors
//======================================================================== //========================================================================
static int _glfwError = GLFW_NO_ERROR; static int _glfwError = GLFW_NO_ERROR;