From 1d6fac1b52cd6996d68c348f50338ed1c4ee9c33 Mon Sep 17 00:00:00 2001 From: Collin Smith Date: Tue, 5 Mar 2019 02:00:35 -0800 Subject: [PATCH] Disabled mobile panel debugging --- core/src/gdx/diablo/screen/GameScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/gdx/diablo/screen/GameScreen.java b/core/src/gdx/diablo/screen/GameScreen.java index fd4fc139..16b25449 100644 --- a/core/src/gdx/diablo/screen/GameScreen.java +++ b/core/src/gdx/diablo/screen/GameScreen.java @@ -71,7 +71,7 @@ public class GameScreen extends ScreenAdapter implements LoadingScreen.Loadable private static final String TAG = "GameScreen"; private static final boolean DEBUG = true; private static final boolean DEBUG_TOUCHPAD = !true; - private static final boolean DEBUG_MOBILE = true; + private static final boolean DEBUG_MOBILE = !true; private static final boolean DEBUG_HIT = DEBUG && !true; final AssetDescriptor windowopenDescriptor = new AssetDescriptor<>("data\\global\\sfx\\cursor\\windowopen.wav", Sound.class);