From 5286c60eff3ed9b2d9214b0066691e024a007d1f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 2 May 2022 20:12:15 -0400 Subject: [PATCH] Disable stage debug lines --- core/src/com/redstrate/watersymbol/screens/GameScreen.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/com/redstrate/watersymbol/screens/GameScreen.java b/core/src/com/redstrate/watersymbol/screens/GameScreen.java index 9f7b0b4..540ab62 100644 --- a/core/src/com/redstrate/watersymbol/screens/GameScreen.java +++ b/core/src/com/redstrate/watersymbol/screens/GameScreen.java @@ -89,8 +89,6 @@ public class GameScreen implements Screen { table.setFillParent(true); stage.addActor(table); - table.setDebug(true); // This is optional, but enables debug lines for tables. - TextButton.TextButtonStyle style = new TextButton.TextButtonStyle(); //style.up = new TextureRegionDrawable(upRegion); //style.down = new TextureRegionDrawable(downRegion);