mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
platform fixes
* fix black cursor on win32 * fix front buffer refresh on some x11 platforms * fix outfit framebuffer glitch * display entergame by default * change some icons
This commit is contained in:
@@ -80,7 +80,6 @@ function EnterGame.init()
|
||||
enterGame:getChildById('accountNameTextEdit'):focus()
|
||||
|
||||
-- only open entergame when app starts
|
||||
enterGame:hide()
|
||||
if not g_app.isRunning() then
|
||||
if #account > 0 and autologin then
|
||||
addEvent(EnterGame.doLogin)
|
||||
|
||||
Reference in New Issue
Block a user