mirror of
https://github.com/glfw/glfw.git
synced 2025-01-19 06:25:54 +00:00
Removed superfluous test.
This commit is contained in:
parent
351f2b2664
commit
4994acb7e1
@ -517,8 +517,7 @@ GLFWAPI void glfwSwapBuffers(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (_glfwLibrary.currentWindow)
|
||||
_glfwPlatformSwapBuffers();
|
||||
_glfwPlatformSwapBuffers();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user