Merge branch 'master' of github.com:elmindreda/glfw

This commit is contained in:
Camilla Berglund
2013-01-06 19:59:51 +01:00
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -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;
}