mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
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
@ -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…
x
Reference in New Issue
Block a user