Skip to content

Commit

Permalink
Fixed navigation with the keyboard in tribe selection selecting the w…
Browse files Browse the repository at this point in the history
…rong race
  • Loading branch information
Sollace committed Oct 31, 2024
1 parent 253ff32 commit 8ef56c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public boolean keyPressed(int keyCode, int scanCode, int modifiers) {
}
}

return super.keyPressed(keyCode, scanCode, modifiers);
return false;
}

private void scroll(int target, boolean animate) {
Expand Down

0 comments on commit 8ef56c4

Please sign in to comment.