mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
Some fixes for class names and queue (added base class).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- @docclass
|
||||
UISplitter = extends(UIWidget)
|
||||
UISplitter = extends(UIWidget, "UISplitter")
|
||||
|
||||
function UISplitter.create()
|
||||
local splitter = UISplitter.internalCreate()
|
||||
|
Reference in New Issue
Block a user