Removed superfluous test.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 351f2b2664
commit 4994acb7e1
  1. 3
      src/opengl.c

@ -517,8 +517,7 @@ GLFWAPI void glfwSwapBuffers(void)
return; return;
} }
if (_glfwLibrary.currentWindow) _glfwPlatformSwapBuffers();
_glfwPlatformSwapBuffers();
} }

Loading…
Cancel
Save