diff options
Diffstat (limited to 'core/src/ch/asynk/zproject/GameHud.java')
-rw-r--r-- | core/src/ch/asynk/zproject/GameHud.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/zproject/GameHud.java b/core/src/ch/asynk/zproject/GameHud.java index a28f4ea..62a1046 100644 --- a/core/src/ch/asynk/zproject/GameHud.java +++ b/core/src/ch/asynk/zproject/GameHud.java @@ -50,7 +50,7 @@ public class GameHud implements Disposable, Touchable @Override public boolean touch(float x, float y) { if (root.touch(x, y)) { - ZProject.debug("GameHud", String.format("touchDown : %f %f", x, y)); + GdxBoardTest.debug("GameHud", String.format("touchDown : %f %f", x, y)); if (root.touched() == this.next) onNext(); return true; |