From ae8dc339f59e972a932b9097d47271e245e4ca9a Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 06 Aug 2019 19:35:43 -0400 Subject: [PATCH] Proto textures parsing. --- ClickInfo.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ClickInfo.java b/ClickInfo.java index f85414c..8966a67 100644 --- a/ClickInfo.java +++ b/ClickInfo.java @@ -12,7 +12,7 @@ ClickInfo() { bounds = new Rectangle(); - System.out.println("CLICKINFO"); + //System.out.println("CLICKINFO"); } static final int kCamera = 1; -- Gitblit v1.6.2