mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
music player widget as a separate module
This commit is contained in:
@@ -279,7 +279,7 @@ class UILoadList(val full: UILoadSavegame) : UICanvas() {
|
||||
}
|
||||
|
||||
override fun touchUp(screenX: Int, screenY: Int, pointer: Int, button: Int): Boolean {
|
||||
playerCells.forEach { it.touchUp(screenX, screenY, pointer, button) }
|
||||
playerCells.slice(playerCells.indices).forEach { it.touchUp(screenX, screenY, pointer, button) } // to prevent ConcurrentModificationException
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user