BryceMehring / GameEngine

C++ OpenGL Cross Platform Game Engine
7 stars 2 forks source link

Remove the custom code to enable vsync in windows #45

Closed BryceMehring closed 10 years ago

BryceMehring commented 10 years ago

Build glfw with the GLFW_USE_DWM_SWAP_INTERVAL set in cmake. This will solve the problem with vsync always enabled.

BryceMehring commented 10 years ago

Added: b0d6a9e21f7eb646152d21c449ed954938948cac