mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 13:12:34 +00:00
Fix incorrect Text height
This commit is contained in:
@@ -72,7 +72,7 @@ module CyberarmEngine
|
||||
end
|
||||
|
||||
def height
|
||||
(@text.lines.count+1) * textobject.height
|
||||
(@text.lines.count) * textobject.height
|
||||
end
|
||||
|
||||
def draw
|
||||
|
||||
Reference in New Issue
Block a user