yeah it works
This commit is contained in:
parent
c58ff8e37c
commit
6f2a655e66
|
|
@ -3414,7 +3414,8 @@ bool FurnaceGUI::loop() {
|
||||||
eventTimeEnd=SDL_GetPerformanceCounter();
|
eventTimeEnd=SDL_GetPerformanceCounter();
|
||||||
|
|
||||||
if (SDL_GetWindowFlags(sdlWin)&SDL_WINDOW_MINIMIZED) {
|
if (SDL_GetWindowFlags(sdlWin)&SDL_WINDOW_MINIMIZED) {
|
||||||
SDL_Delay(100);
|
SDL_Delay(30);
|
||||||
|
drawHalt=0;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue