mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Shortened native extension boolean names.
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ void _glfwPlatformSwapInterval(int interval)
|
||||
{
|
||||
_GLFWwindow* window = _glfwLibrary.currentWindow;
|
||||
|
||||
if (window->WGL.has_WGL_EXT_swap_control)
|
||||
if (window->WGL.EXT_swap_control)
|
||||
window->WGL.SwapIntervalEXT(interval);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user