- Try fix iOS portrait issue

This commit is contained in:
ParticleG
2023-02-21 12:16:02 +08:00
parent d1cef7ed84
commit 00bf828ef4
3 changed files with 5 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ do-- function applySettings()
love.mouse.setVisible(SETTING.sysCursor)
-- Apply fullscreen
-- love.window.setFullscreen(SETTING.fullscreen)
love.window.setFullscreen(SETTING.fullscreen)
love.resize(GC.getWidth(),GC.getHeight())
-- Apply Zframework setting