Added a missing break

This commit is contained in:
Andrea Cavalli 2018-10-04 21:29:39 +02:00
parent 9f6eb9e549
commit 1d0d622bb1
1 changed files with 1 additions and 0 deletions

View File

@ -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;