From 230bd371f841af115c8596138c744d5109cba672 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 9 Feb 2011 12:17:34 +0100 Subject: [PATCH] Added permission comment. --- src/error.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/error.c b/src/error.c index 1967dd85..d91cf077 100644 --- a/src/error.c +++ b/src/error.c @@ -43,6 +43,7 @@ static int _glfwError = GLFW_NO_ERROR; //======================================================================== // Sets the current error value +// This function may be called without GLFW having been initialized //======================================================================== void _glfwSetError(int error, const char* description)