From 87f713a5e261912be4f4061abda1401ba0425479 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 10 Jan 2012 21:35:13 +0100 Subject: [PATCH] Added glfwInit exception comment. --- src/error.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/error.c b/src/error.c index 574f84cd..2b46a72c 100644 --- a/src/error.c +++ b/src/error.c @@ -117,6 +117,7 @@ GLFWAPI const char* glfwErrorString(int error) //======================================================================== // Sets the callback function for GLFW errors +// This function may be called without GLFW having been initialized //======================================================================== GLFWAPI void glfwSetErrorCallback(GLFWerrorfun cbfun)