mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 04:43:05 -04:00
Resolved #12677 - "close unit table" button does not cycle units
This commit is contained in:
parent
f6c342f7cf
commit
4638301f0b
@ -304,6 +304,7 @@ class UnitTable(val worldScreen: WorldScreen) : Table() {
|
||||
|
||||
pack()
|
||||
deselectUnitButton.setPosition(width - deselectUnitButton.width*3/4, height - deselectUnitButton.height*3/4)
|
||||
deselectUnitButton.toFront()
|
||||
bg.setSize(width-3f, height-3f)
|
||||
bg.center(this)
|
||||
selectedUnitHasChanged = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user