mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -04:00
Increment of index in one line
This commit is contained in:
parent
56ff436f94
commit
0ab0f2e7bb
@ -246,8 +246,7 @@ class NewGameScreen: PickerScreen(){
|
||||
}
|
||||
}
|
||||
})
|
||||
i++
|
||||
if(i%2==0) {
|
||||
if(++i%2==0) {
|
||||
// New row only each two checkboxes
|
||||
newGameOptionsTable.add(victoryCheckbox)
|
||||
.left() // Left alignment
|
||||
|
Loading…
x
Reference in New Issue
Block a user