mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added missing return value.
This commit is contained in:
parent
ca9633247b
commit
bba4a56352
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user