mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-26 20:28:49 -05:00
Merge branch 'master' of github.com:elmindreda/glfw
This commit is contained in:
commit
322ddff5f8
|
@ -153,7 +153,7 @@ static void test_modes(GLFWvidmode* modes, int count)
|
|||
|
||||
glfwGetWindowSize(window, &width, &height);
|
||||
|
||||
if (width != modes[i].width || height != height)
|
||||
if (width != modes[i].width || height != modes[i].height)
|
||||
{
|
||||
printf("*** Size mismatch: %ix%i instead of %ix%i\n",
|
||||
width, height,
|
||||
|
|
Loading…
Reference in New Issue
Block a user