Added a missing break
This commit is contained in:
parent
9f6eb9e549
commit
1d0d622bb1
@ -914,6 +914,7 @@ public class Keyboard {
|
||||
Engine.getPlatform().getConsoleUtils().out().println(ConsoleUtils.OUTPUTLEVEL_DEBUG_MIN, "Keyboard", "Zoom: " + newZoom);
|
||||
// StaticVars.windowZoom = ((StaticVars.windowZoom - 0.5f) % 2f) + 1f;
|
||||
refresh = true;
|
||||
break;
|
||||
case HISTORY_BACK:
|
||||
Engine.INSTANCE.getHardwareDevice().getDisplayManager().goBack();
|
||||
refresh = true;
|
||||
|
Loading…
Reference in New Issue
Block a user