Fix select bug, update TODO

This commit is contained in:
Anuken
2017-12-15 22:16:12 -05:00
parent 8fb001a693
commit 97d1542ff4
5 changed files with 19 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ import io.anuke.mindustry.entities.Player;
import io.anuke.ucore.scene.ui.layout.Unit;
public class Vars{
public static final boolean testAndroid = false;
public static final boolean testAndroid = true;
//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