mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Fixed navigation with the keyboard in tribe selection selecting the wrong race
This commit is contained in:
parent
253ff329c7
commit
8ef56c4890
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue