Add VSYNC to 3d viewer

This commit is contained in:
Seth Hillbrand 2020-07-03 21:43:31 -07:00
parent 2f4a14a57b
commit 3bf7cf2b54
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ bool EDA_3D_CANVAS::initializeOpenGL()
}
}
GL_UTILS::SetSwapInterval( -1 );
m_is_opengl_initialized = true;
return true;