Fix container bug, miniwindow pos, creature skulls outsite map bound

This commit is contained in:
Henrique Santiago
2012-08-24 19:59:33 -03:00
parent 715f560b79
commit beb04d8d8e
5 changed files with 23 additions and 13 deletions

View File

@@ -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