Resolved #2662 - left side of the screen no longer becomes unresponsive to player input after changing from a selected unit to a selected city

This commit is contained in:
Yair Morgenstern 2020-06-16 20:35:29 +03:00
parent 6900e28671
commit 4e0d819d01

View file

@ -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 {