Skip to content
Snippets Groups Projects
Commit b7bb8cc1 authored by dg's avatar dg
Browse files

Fix levelup tooltips

git-svn-id: http://svn.net-core.org/repos/t-engine4@5390 51575b47-30f0-44d4-a5cc-537603b46e54
parent aaa7308c
No related branches found
No related tags found
No related merge requests found
......@@ -538,7 +538,7 @@ function _M:generateList()
return tstring{{"color", 0x00, 0xFF, 0x00}, ("%d/%d"):format(self.actor:getStat(sid), self.actor:getStat(sid, nil, nil, true))}
end
end,
}}}
}}}
end
end
......@@ -814,4 +814,5 @@ function _M:updateTooltip()
self.c_gtree:updateTooltip()
self.c_ctree:updateTooltip()
self.c_stat:updateTooltip()
if self.focus_ui and self.focus_ui.ui and self.focus_ui.ui.updateTooltip then self.focus_ui.ui:updateTooltip() end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment