mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
parent
e29d37956a
commit
9298c3abc8
1 changed files with 4 additions and 0 deletions
|
@ -686,6 +686,10 @@ IN_Update(void)
|
|||
// be on another display now!
|
||||
glimp_refreshRate = -1;
|
||||
}
|
||||
else if (event.window.event == SDL_WINDOWEVENT_MINIMIZED)
|
||||
{
|
||||
Cvar_SetValue("paused", 1);
|
||||
}
|
||||
break;
|
||||
|
||||
case SDL_CONTROLLERBUTTONUP:
|
||||
|
|
Loading…
Reference in a new issue