mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 07:05:49 +00:00
Removed superfluous test.
This commit is contained in:
+1
-2
@@ -517,8 +517,7 @@ GLFWAPI void glfwSwapBuffers(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (_glfwLibrary.currentWindow)
|
||||
_glfwPlatformSwapBuffers();
|
||||
_glfwPlatformSwapBuffers();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user