mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 08:39:34 +00:00
commit
098fa19abb
3 changed files with 6 additions and 5 deletions
|
|
@ -179,7 +179,7 @@ void GFXGLDevice::initGLState()
|
|||
}
|
||||
#endif
|
||||
|
||||
PlatformGL::setVSync(0);
|
||||
PlatformGL::setVSync(smDisableVSync ? 0 : 1);
|
||||
|
||||
//OpenGL 3 need a binded VAO for render
|
||||
GLuint vao;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue