fix
This commit is contained in:
@@ -93,5 +93,5 @@ void WindowControl::nextFrame(bool waitForRefresh) {
|
||||
);
|
||||
}
|
||||
window.swapBuffers();
|
||||
input.pollEvents(waitForRefresh);
|
||||
input.pollEvents(waitForRefresh && !window.checkShouldRefresh());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user