apply vsync also on extra viewports

This commit is contained in:
milek7
2019-03-18 19:10:45 +01:00
parent 9d613cb693
commit e7a58cc1ba
2 changed files with 2 additions and 1 deletions

View File

@@ -660,7 +660,6 @@ eu07_application::init_glfw() {
}
glfwMakeContextCurrent( win );
glfwSwapInterval( Global.VSync ? 1 : 0 ); //vsync
#ifdef _WIN32
// setup wrapper for base glfw window proc, to handle copydata messages