mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +00:00
glViewer: set sync off on all platforms
This commit is contained in:
parent
7b77a08281
commit
89a75f03fe
@ -1810,9 +1810,7 @@ int main(int argc, char ** argv)
|
||||
initGL();
|
||||
linkDefaultProgram();
|
||||
|
||||
#ifdef WIN32
|
||||
wglSwapIntervalEXT(0);
|
||||
#endif
|
||||
glfwSwapInterval(0);
|
||||
|
||||
initHUD();
|
||||
callbackModel(g_currentShape);
|
||||
|
Loading…
Reference in New Issue
Block a user