mirror of
https://github.com/edubart/otclient.git
synced 2025-12-19 23:27:11 +01:00
Progress in SDL platform
This commit is contained in:
@@ -63,8 +63,8 @@ function init()
|
||||
|
||||
-- initialize in fullscreen mode on mobile devices
|
||||
if g_app.getOs() == "android" then
|
||||
g_window.setFullscreen(true)
|
||||
g_window.maximize()
|
||||
--g_window.setFullscreen(true)
|
||||
else
|
||||
-- window size
|
||||
local size = { width = 800, height = 600 }
|
||||
|
||||
Reference in New Issue
Block a user