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
// 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;