From 4e0d819d011bc3b21fa880f2a4a19e4fa250c188 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Tue, 16 Jun 2020 20:35:29 +0300 Subject: [PATCH] Resolved #2662 - left side of the screen no longer becomes unresponsive to player input after changing from a selected unit to a selected city --- core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt b/core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt index 117a757bdf..9c3610e10e 100644 --- a/core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt +++ b/core/src/com/unciv/ui/worldscreen/unit/UnitActionsTable.kt @@ -17,9 +17,6 @@ private data class UnitIconAndKey (val Icon: Actor, val key: Char = 0.toChar()) class UnitActionsTable(val worldScreen: WorldScreen) : Table() { - init { - touchable = Touchable.enabled - } private fun getIconAndKeyForUnitAction(unitAction: String): UnitIconAndKey { when {