Fixed navigation with the keyboard in tribe selection selecting the wrong race

This commit is contained in:
Sollace 2024-10-31 21:10:27 +00:00
parent 253ff329c7
commit 8ef56c4890
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -161,7 +161,7 @@ public class TribeSelectionScreen extends GameGui implements HidesHud {
} }
} }
return super.keyPressed(keyCode, scanCode, modifiers); return false;
} }
private void scroll(int target, boolean animate) { private void scroll(int target, boolean animate) {