mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
more changes to work on ARM
This commit is contained in:
@@ -4,7 +4,7 @@ Client = { }
|
||||
function Client.init()
|
||||
-- initialize in fullscreen mode on mobile devices
|
||||
if g_window.getPlatformType() == "X11-EGL" then
|
||||
g_window:setFullscreen()
|
||||
g_window:setFullscreen(true)
|
||||
else
|
||||
g_window.move({ x=220, y=220 })
|
||||
g_window.resize({ width=800, height=480 })
|
||||
|
Reference in New Issue
Block a user