From d6208029b9f0ac9a888ab7ac130f8c6953f31eb0 Mon Sep 17 00:00:00 2001 From: Ahmad Abu-Aysha <111224176+The-AhmadAA@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:28:25 +1000 Subject: [PATCH] remove setDebug --- .../com/csse3200/game/components/maingame/MainGameDisplay.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/core/src/main/com/csse3200/game/components/maingame/MainGameDisplay.java b/source/core/src/main/com/csse3200/game/components/maingame/MainGameDisplay.java index c11e40fe0..937b6250f 100644 --- a/source/core/src/main/com/csse3200/game/components/maingame/MainGameDisplay.java +++ b/source/core/src/main/com/csse3200/game/components/maingame/MainGameDisplay.java @@ -89,8 +89,6 @@ private void addActors() { towerTable.top().padTop(50f); towerTable.setFillParent(true); - towerTable.setDebug(true); - // Contains other buttons (just pause at this stage) buttonTable.top().right().padTop(50f).padRight(80f); buttonTable.setFillParent(true);