mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-17 13:32:34 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 739ae86966 | |||
| 3be16c644f |
@@ -72,7 +72,7 @@ module CyberarmEngine
|
||||
end
|
||||
|
||||
def height
|
||||
(@text.lines.count) * textobject.height
|
||||
@text.lines.count > 0 ? (@text.lines.count) * textobject.height : @textobject.height
|
||||
end
|
||||
|
||||
def draw
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module CyberarmEngine
|
||||
NAME = "InDev"
|
||||
VERSION = "0.5.0"
|
||||
VERSION = "0.5.1"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user