From 6a145f6c81dfcbe0653eda27d042efb48daa7512 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Wed, 21 Aug 2019 21:05:56 -0400
Subject: [PATCH] Minor tuning

---
 GroupEditor.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/GroupEditor.java b/GroupEditor.java
index f678dca..0ac356b 100644
--- a/GroupEditor.java
+++ b/GroupEditor.java
@@ -936,6 +936,8 @@
         cGridBag currenttab;
         //boolean added; // patch for jar
                 
+        int totalcount = 0;
+        
         int tabcount = 0;
         int colcount = 0;
         int rowcount = 0;
@@ -974,6 +976,7 @@
             }
             
             AddTextureButton(path[0], path[1], path[2], ++texturecount, currenttab);
+            totalcount++;
             
             if (++colcount >= columns)
             {
@@ -999,6 +1002,8 @@
             container.add(resourcecontainer);
             
             Grafreed.ParseResources("textures", this);
+            
+            // 935. System.out.println("Total = " + totalcount);
         }
         
 	void SetupUI2(ObjEditor oe)

--
Gitblit v1.6.2