prompt the right key instead of the left one when changing the right key

This commit is contained in:
yugecin 2017-12-15 22:42:00 +01:00
parent 3fb5df330a
commit ee162cc1bf

View File

@ -847,7 +847,7 @@ public class OptionsOverlay extends OverlayOpsuState {
} else if (hoverOption == OPTION_KEY_LEFT) { } else if (hoverOption == OPTION_KEY_LEFT) {
keyEntryLeft = true; keyEntryLeft = true;
} else if (hoverOption == OPTION_KEY_RIGHT) { } else if (hoverOption == OPTION_KEY_RIGHT) {
keyEntryLeft = true; keyEntryRight = true;
} }
} }