We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948a42b commit 1fdf944Copy full SHA for 1fdf944
Main.cpp
@@ -20,6 +20,7 @@ int main(int argc, char **argv) {
20
break;
21
}
22
frameTimeStart = std::chrono::high_resolution_clock::now();
23
+ vsync();
24
g_GUIEditor.DrawEditor();
25
EditorApp::s_FrameTime = std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::high_resolution_clock::now() - frameTimeStart).count();
26
0 commit comments