mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Fixed misspelled typedef.
This commit is contained in:
parent
e54c884fbc
commit
b9597aeee9
@ -1018,7 +1018,7 @@ static void initWGLExtensions(_GLFWwindow* window)
|
|||||||
|
|
||||||
if (_glfwPlatformExtensionSupported("WGL_EXT_swap_control"))
|
if (_glfwPlatformExtensionSupported("WGL_EXT_swap_control"))
|
||||||
{
|
{
|
||||||
window->WGL.SwapIntervalEXT = (PFNWGLSWAPINTERVALEXT)
|
window->WGL.SwapIntervalEXT = (PFNWGLSWAPINTERVALEXTPROC)
|
||||||
wglGetProcAddress("wglSwapIntervalEXT");
|
wglGetProcAddress("wglSwapIntervalEXT");
|
||||||
|
|
||||||
if (window->WGL.SwapIntervalEXT)
|
if (window->WGL.SwapIntervalEXT)
|
||||||
|
Loading…
Reference in New Issue
Block a user