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 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/cRadio.java b/cRadio.java
index 1ab12b3..03fab54 100644
--- a/cRadio.java
+++ b/cRadio.java
@@ -35,7 +35,9 @@
             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.

--
Gitblit v1.6.2