From c570e1e38f2ff8622a71f81436654bad01cfdd5b Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 21 Jul 2019 23:12:19 -0400
Subject: [PATCH] Raw embed texture (too big).

---
 GroupLeaf.java |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/GroupLeaf.java b/GroupLeaf.java
index b42c72d..98da0c9 100644
--- a/GroupLeaf.java
+++ b/GroupLeaf.java
@@ -9,11 +9,17 @@
  */
 public class GroupLeaf extends Composite
 {
-    static final long serialVersionUID = -1647706059469889079L;
+    static final long serialVersionUID =  // for wader: -6036608125951558970L;
+                                -1647706059469889079L;
     
     GroupLeaf()
     {
-        super("GroupLeaf");
+        this("Loop");
+    }
+
+    GroupLeaf(String name)
+    {
+        super(name);
         
         addChild(new cGroup("Leaf"));
     }

--
Gitblit v1.6.2