mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
apply vsync also on extra viewports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user