mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Merge branch 'vcmi/beta' into 'vcmi/develop'
This commit is contained in:
@@ -237,7 +237,7 @@ void InputHandler::preprocessEvent(const SDL_Event & ev)
|
||||
#endif
|
||||
break;
|
||||
case SDL_WINDOWEVENT_SIZE_CHANGED:
|
||||
#ifdef VCMI_ANDROID
|
||||
#ifdef VCMI_MOBILE
|
||||
{
|
||||
std::scoped_lock interfaceLock(ENGINE->interfaceMutex);
|
||||
ENGINE->onScreenResize(true);
|
||||
|
||||
Reference in New Issue
Block a user