Fix incorrect Text height

This commit is contained in:
2019-04-28 07:51:46 -05:00
parent cbc27b5d5d
commit 025f54a752

View File

@@ -72,7 +72,7 @@ module CyberarmEngine
end end
def height def height
(@text.lines.count+1) * textobject.height (@text.lines.count) * textobject.height
end end
def draw def draw