Make Graphics.update wait for window resizes

This commit is contained in:
Struma 2021-09-30 18:50:06 -04:00 committed by Roza
parent b96469c471
commit 6eba6e0c69

View file

@ -655,7 +655,7 @@ unsigned long long Graphics::lastUpdate() {
}
void Graphics::update() {
p->threadData->rqWindowAdjust.wait();
p->last_update = shState->runTime();
p->checkShutDownReset();
p->checkSyncLock();