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:
parent
6900e28671
commit
4e0d819d01
1 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue