fixed a bug where ActorWithBody.mouseUp is incorrectly implemented

This commit is contained in:
minjaesong
2022-07-20 17:29:10 +09:00
parent de7ef60396
commit 0f4508986d
4 changed files with 12 additions and 2 deletions

View File

@@ -105,5 +105,5 @@ internal class FixtureTapestry : FixtureBase {
}
override var tooltipText: String? = "$artName\n$artAuthor"
override var tooltipText: String? = "TEST\nSTRING"//if (artName.length + artAuthor.length > 0) "$artName\n$artAuthor" else null
}