mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
parent
ba4504a9c7
commit
255f9f0234
@ -602,7 +602,7 @@ void _glfwPlatformSwapBuffers(_GLFWwindow* window)
|
||||
// HACK: Use DwmFlush when desktop composition is enabled
|
||||
if (_glfwIsCompositionEnabled() && !window->monitor)
|
||||
{
|
||||
int count = window->wgl.interval;
|
||||
int count = abs(window->wgl.interval);
|
||||
while (count--)
|
||||
_glfw_DwmFlush();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user