mirror of
https://github.com/glfw/glfw.git
synced 2026-02-18 05:13:03 +01:00
Added missing return value.
This commit is contained in:
@@ -1337,7 +1337,7 @@ static int createWindow(_GLFWwindow* window,
|
||||
{
|
||||
_glfwSetError(GLFW_PLATFORM_ERROR,
|
||||
"glfwOpenWindow: Failed to convert title to wide string");
|
||||
return;
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
||||
window->Win32.handle = CreateWindowEx(window->Win32.dwExStyle,
|
||||
|
||||
Reference in New Issue
Block a user