Fixed minor bug with pause menu not being removed properly

This commit is contained in:
Anuken
2017-08-07 15:27:47 -04:00
parent 3c9cc97400
commit 895397f66f
7 changed files with 15 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ public class Vars{
public static final int baseCameraScale = Math.round(Unit.dp.inPixels(4));
public static final int zoomScale = Math.round(Unit.dp.inPixels(1));
public static final boolean debug = true;
public static boolean debug = false;
//turret and enemy shoot speed inverse multiplier
public static final int multiplier = android ? 3 : 1;