mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-07 07:10:04 +02:00
ignore window events: no need to refresh screen
This commit is contained in:
parent
1e01780d17
commit
74ba228961
@ -1411,7 +1411,9 @@ static void handleEvent(SDL_Event & ev)
|
|||||||
{
|
{
|
||||||
switch (ev.window.event) {
|
switch (ev.window.event) {
|
||||||
case SDL_WINDOWEVENT_RESTORED:
|
case SDL_WINDOWEVENT_RESTORED:
|
||||||
|
#ifndef VCMI_IOS
|
||||||
fullScreenChanged();
|
fullScreenChanged();
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user