From 91801fd486808befae759a3e9db5536c6e2169ff Mon Sep 17 00:00:00 2001 From: Ahmad Abu-Aysha <111224176+The-AhmadAA@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:03:10 +1000 Subject: [PATCH] removed setDebug --- .../com/csse3200/game/components/gamearea/CurrencyDisplay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/src/main/com/csse3200/game/components/gamearea/CurrencyDisplay.java b/source/core/src/main/com/csse3200/game/components/gamearea/CurrencyDisplay.java index 84dfcebf0..6b667204e 100644 --- a/source/core/src/main/com/csse3200/game/components/gamearea/CurrencyDisplay.java +++ b/source/core/src/main/com/csse3200/game/components/gamearea/CurrencyDisplay.java @@ -59,7 +59,7 @@ private void addActors() { table.add(scrapsTb).width(scrapsTb.getWidth() * 0.5f).height(scrapsTb.getHeight() * 0.5f); table.row(); table.add(crystalsTb).width(crystalsTb.getWidth() * 0.5f).height(crystalsTb.getHeight() * 0.5f); - table.setDebug(true); +// table.setDebug(true); stage.addActor(table); scrapsTb.setPosition(table.getX() - 200, Gdx.graphics.getHeight() - 205);