Update gfxGLDevice.cpp

This commit is contained in:
Anis 2014-12-06 20:46:27 +01:00
parent 2165266ff4
commit 1a76341049

View file

@ -147,7 +147,7 @@ void GFXGLDevice::initGLState()
}
#endif
PlatformGL::setVSync(smDisableVSync ? 0 : 2);
PlatformGL::setVSync(smDisableVSync ? 0 : 1);
//OpenGL 3 need a binded VAO for render
GLuint vao;