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 773f862 commit 8e0f9cdCopy full SHA for 8e0f9cd
engine/system/win/sys_main.cpp
@@ -843,7 +843,7 @@ bool sys_main_c::Run(int argc, char** argv)
843
// Run frame loop
844
while (exitFlag == false) {
845
if (minimized)
846
- glfwWaitEventsTimeout(); // while minimized, puts process to sleep until it receives an event
+ glfwWaitEvents(); // while minimized, puts process to sleep until it receives an event
847
else
848
glfwPollEvents();
849
auto wnd = (GLFWwindow*)video->GetWindowHandle();
0 commit comments