mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-19 14:15:17 +02:00
Make Graphics.update wait for window resizes
This commit is contained in:
parent
b96469c471
commit
6eba6e0c69
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue