glViewer: set sync off on all platforms

This commit is contained in:
Aras Pranckevicius 2013-02-04 11:59:53 +02:00
parent 7b77a08281
commit 89a75f03fe

View File

@ -1810,9 +1810,7 @@ int main(int argc, char ** argv)
initGL();
linkDefaultProgram();
#ifdef WIN32
wglSwapIntervalEXT(0);
#endif
glfwSwapInterval(0);
initHUD();
callbackModel(g_currentShape);