mirror of
https://github.com/glfw/glfw.git
synced 2026-02-20 14:13:12 +01:00
Removed superfluous test.
This commit is contained in:
@@ -517,8 +517,7 @@ GLFWAPI void glfwSwapBuffers(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (_glfwLibrary.currentWindow)
|
||||
_glfwPlatformSwapBuffers();
|
||||
_glfwPlatformSwapBuffers();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user