Resolved #12677 - "close unit table" button does not cycle units

This commit is contained in:
yairm210 2024-12-22 13:12:03 +02:00
parent f6c342f7cf
commit 4638301f0b

View File

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