From 66aca73cce89e4b4d7521862760edf4b0888bc38 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 17 Aug 2019 20:45:38 -0400
Subject: [PATCH] Tree icons, tabbed pane + credits.

---
 cRadio.java |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/cRadio.java b/cRadio.java
index 54e8a60..2fd1e50 100644
--- a/cRadio.java
+++ b/cRadio.java
@@ -35,8 +35,13 @@
             camera = (Camera)Grafreed.clone(c);
     }
     
-    Object3D graphs[] = new Object3D[10000];
-    int undoindex = 0;
+    //byte[] versions[] = new byte[100][];
+    //boolean[] user = new boolean[100];
+    
+    //int versionindex = -1;
+    
+    // Patch to avoid bug with transparency.
+    boolean hadMaterial;
     
     Object3D object;
     Camera camera;

--
Gitblit v1.6.2