Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Nov 11, 2024
1 parent 7aebcae commit 49d4fa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private void updateUi() {

this.page = MathHelper.clamp(this.page, 0, this.pageSize);

for (ManagedGameSpace gameSpace : games) {
for (var gameSpace : games) {
if (gameI >= this.page * NAVBAR_POS) {
if (i < limit) {
this.setSlot(i++, this.createIconFor(gameSpace));
Expand Down

0 comments on commit 49d4fa7

Please sign in to comment.