prompt the right key instead of the left one when changing the right key
This commit is contained in:
parent
3fb5df330a
commit
ee162cc1bf
|
@ -847,7 +847,7 @@ public class OptionsOverlay extends OverlayOpsuState {
|
|||
} else if (hoverOption == OPTION_KEY_LEFT) {
|
||||
keyEntryLeft = true;
|
||||
} else if (hoverOption == OPTION_KEY_RIGHT) {
|
||||
keyEntryLeft = true;
|
||||
keyEntryRight = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user