replace glfwWaitEvents with glfwWaitEventsTimeout
This commit is contained in:
parent
fc68d6ceca
commit
fb78e9f694
@ -188,7 +188,7 @@ public:
|
||||
codepoints.clear();
|
||||
pressedKeys.clear();
|
||||
if (waitForRefresh) {
|
||||
glfwWaitEvents();
|
||||
glfwWaitEventsTimeout(0.5);
|
||||
} else {
|
||||
glfwPollEvents();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user