Renamed no current context error to match function.

This commit is contained in:
Camilla Berglund
2012-08-02 15:36:15 +02:00
parent a916997c86
commit 957ecdc9a0
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -115,8 +115,8 @@ GLFWAPI const char* glfwErrorString(int error)
return "No error";
case GLFW_NOT_INITIALIZED:
return "The GLFW library is not initialized";
case GLFW_NO_CURRENT_WINDOW:
return "There is no current GLFW window";
case GLFW_NO_CURRENT_CONTEXT:
return "There is no current OpenGL context";
case GLFW_INVALID_ENUM:
return "Invalid argument for enum parameter";
case GLFW_INVALID_VALUE: