Disabled android debugging

This commit is contained in:
Anuken
2018-01-16 17:51:13 -05:00
parent 7827ab4267
commit f6a465d917
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import io.anuke.ucore.UCore;
import io.anuke.ucore.scene.ui.layout.Unit;
public class Vars{
public static final boolean testAndroid = true;
public static final boolean testAndroid = false;
//shorthand for whether or not this is running on android
public static final boolean android = (Gdx.app.getType() == ApplicationType.Android) || testAndroid;
//shorthand for whether or not this is running on GWT