From 24a2a946b35279605e645349bd6b82e9e60aac88 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Wed, 14 Aug 2019 23:35:34 -0400
Subject: [PATCH] Fix textures in jar.

---
 Composite.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Composite.java b/Composite.java
index 9244c31..63b89d4 100644
--- a/Composite.java
+++ b/Composite.java
@@ -790,6 +790,8 @@
 
     void draw(ClickInfo info, int level, boolean select)
     {
+        new Exception().printStackTrace();
+        
         ClickInfo newInfo = new ClickInfo();
         newInfo.flags = info.flags;
         newInfo.bounds = info.bounds;

--
Gitblit v1.6.2