(untested) fix vsync on osx

This commit is contained in:
Glenn Maynard
2005-11-11 21:04:14 +00:00
parent 99fdf95d8e
commit 9b39cc4f02
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ void GLExt_t::Load( LowLevelWindow *pWind )
if( HasExtension("WGL_EXT_swap_control") )
wglSwapIntervalEXT = (PWSWAPINTERVALEXTPROC) pWind->GetProcAddress("wglSwapIntervalEXT");
#elif defined(MACOSX)
wglSwapIntervalEXT = wglSwapIntervalEXT;
wglSwapIntervalEXT = OSXSwapIntervalEXT;
#endif
if( HasExtension("GL_EXT_paletted_texture") )