mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fix container bug, miniwindow pos, creature skulls outsite map bound
This commit is contained in:
@@ -97,7 +97,7 @@ function UIMiniWindow:setup()
|
||||
elseif selfSettings.position then
|
||||
self:setParent(parent)
|
||||
self:setPosition(topoint(selfSettings.position))
|
||||
self:bindRectToParent()
|
||||
addEvent(function() self:bindRectToParent() end)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user