From 46dbce888e7c3eff8969f1ddbe22e144410b67f4 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 07 Jul 2019 10:20:06 -0400
Subject: [PATCH] Put back serial IDs for cone and torus.

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

diff --git a/cRadio.java b/cRadio.java
index 83d4fc2..03fab54 100644
--- a/cRadio.java
+++ b/cRadio.java
@@ -35,9 +35,14 @@
             camera = (Camera)Grafreed.clone(c);
     }
     
-    byte[] graphs[] = new byte[10000][];
+    byte[] graphs[] = new byte[100][];
+    boolean[] user = new boolean[100];
+    
     int undoindex = 0;
     
+    // Patch to avoid bug with transparency.
+    boolean hadMaterial;
+    
     Object3D object;
     Camera camera;
     cButton layout;

--
Gitblit v1.6.2