OpenGLHostDisplay: Make sure vsync is on at startup

pull/1025/head
Connor McLaughlin 5 years ago
parent fdb770a596
commit ed0777cd8d

@ -234,6 +234,9 @@ bool OpenGLHostDisplay::InitializeRenderDevice(std::string_view shader_cache_dir
return false;
#endif
// Start with vsync on.
SetVSync(true);
return true;
}

Loading…
Cancel
Save