1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-27 21:49:10 +02:00

ignore window events: no need to refresh screen

This commit is contained in:
Andrey Filipenkov 2022-08-06 15:28:23 +03:00
parent 1e01780d17
commit 74ba228961

View File

@ -1411,7 +1411,9 @@ static void handleEvent(SDL_Event & ev)
{
switch (ev.window.event) {
case SDL_WINDOWEVENT_RESTORED:
#ifndef VCMI_IOS
fullScreenChanged();
#endif
break;
}
return;