Minor tweaks and fixes

This commit is contained in:
Openarl
2016-11-02 21:33:40 +10:00
parent 9ece3b4768
commit 47179c86bd
13 changed files with 124 additions and 46 deletions

View File

@@ -415,7 +415,7 @@ function main:AddTooltipLine(size, text)
end
end
function main:AddTooltipSeperator(size)
function main:AddTooltipSeparator(size)
t_insert(self.tooltipLines, { size = size })
end