mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
No monitors should call error callback
This commit is contained in:
parent
5162796094
commit
6501a3007c
|
@ -147,6 +147,7 @@ GLFWAPI int glfwInit(void)
|
|||
_glfw.monitors = _glfwPlatformGetMonitors(&_glfw.monitorCount);
|
||||
if (!_glfw.monitors)
|
||||
{
|
||||
_glfwErrorCallback(GLFW_PLATFORM_ERROR, "No monitors found");
|
||||
_glfwPlatformTerminate();
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user