Further clarification of error error.
This commit is contained in:
parent
1ff78d0fc9
commit
e43e9609ec
@ -104,7 +104,7 @@ GLFWAPI const char* glfwErrorString(int error)
|
|||||||
case GLFW_PLATFORM_ERROR:
|
case GLFW_PLATFORM_ERROR:
|
||||||
return "A platform-specific error occurred";
|
return "A platform-specific error occurred";
|
||||||
default:
|
default:
|
||||||
return "ERROR: UNKNOWN ERROR TOKEN";
|
return "ERROR: UNKNOWN ERROR TOKEN PASSED TO glfwErrorString";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user