diff --git a/src/wgl_context.c b/src/wgl_context.c index 0d44c9ce..20dff1a6 100644 --- a/src/wgl_context.c +++ b/src/wgl_context.c @@ -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(); }