mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
win32 fixes
This commit is contained in:
@@ -35,11 +35,11 @@ function Client.init()
|
||||
g_window.setIcon(resolvepath('clienticon.png'))
|
||||
|
||||
-- show the only window after the first frame is rendered
|
||||
addEvent(function()
|
||||
addEvent(function()
|
||||
scheduleEvent(function()
|
||||
scheduleEvent(function()
|
||||
g_window.show()
|
||||
end)
|
||||
end)
|
||||
end, 0)
|
||||
end, 0)
|
||||
end
|
||||
|
||||
function Client.terminate()
|
||||
|
Reference in New Issue
Block a user