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

Fix tooltip bug

git-svn-id: http://svn.net-core.org/repos/t-engine4@5510 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7c5f8167
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,5 @@ function _M:getTooltipAtMap(tmx, tmy, mx, my)
if #tt > 0 then
return tt
end
if self.add_map_str then return self.add_map_str end
return nil
end
\ No newline at end of file
......@@ -56,6 +56,5 @@ function _M:getTooltipAtMap(tmx, tmy, mx, my)
if #tt > 0 then
return tt
end
if self.add_map_str then return self.add_map_str end
return nil
end
\ No newline at end of file
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