mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Many fixes in win32 platform
This commit is contained in:
@@ -35,6 +35,7 @@ end
|
||||
|
||||
function Client.init()
|
||||
g_window.setMinimumSize({ width = 600, height = 480 })
|
||||
g_sounds.preload("startup.ogg")
|
||||
|
||||
-- initialize in fullscreen mode on mobile devices
|
||||
if g_window.getPlatformType() == "X11-EGL" then
|
||||
|
Reference in New Issue
Block a user