new debugging tool ActorsList

Former-commit-id: 51109b6766a1ebd92613055064e3fa8bd69c37fc
Former-commit-id: d5fc3d52b208d3cbbdcec47758cd73aef3240dc8
This commit is contained in:
Song Minjae
2016-12-29 21:09:44 +09:00
parent eb43b016fe
commit 4c3203a863
5 changed files with 126 additions and 5 deletions

View File

@@ -41,8 +41,6 @@ object AVTracker : ConsoleCommand {
}
fun update() {
jPanelInstances.forEach {
it.setInfoLabel()
}
jPanelInstances.forEach { it.setInfoLabel() }
}
}