mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 23:43:15 +00:00
Renamed no current context error to match function.
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user