mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Fixed a compile failure on Android (thanks xenthral!)
This commit is contained in:
@@ -541,7 +541,7 @@ void Window::updateSettings(const WindowSettings &newsettings)
|
||||
}
|
||||
|
||||
#ifdef LOVE_ANDROID
|
||||
curMode.settings.fullscreen = love::android::getImmersive();
|
||||
settings.fullscreen = love::android::getImmersive();
|
||||
#endif
|
||||
|
||||
// SDL_GetWindowMinimumSize gives back 0,0 sometimes...
|
||||
|
||||
Reference in New Issue
Block a user