message notificator bug fixed where it would only work properly for first time

Former-commit-id: 640b113cb242ec572f17654feaa8b9be52c333c3
This commit is contained in:
Song Minjae
2017-03-10 02:14:58 +09:00
parent aaf0eae91e
commit 4987798be6
2 changed files with 10 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ constructor(override var width: Int, isBlackVariant: Boolean) : UICanvas {
else {
segmentLeft = Image("./assets/graphics/gui/message_black_left.tga")
segmentRight = Image("./assets/graphics/gui/message_black_right.tga")
segmentBody = Image("./assets/graphics/gui/message_black_body.tga")
segmentBody = Image("./assets/graphics/gui/message_black_body.tga") // keep width=2 or greater; no width 1 !!
}
uiFont = GameFontImpl()
height = segmentLeft!!.height