From 89b25e7cc97f6fe221dfd41c4d463500f8a31bc1 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 25 Jun 2019 23:58:09 -0400
Subject: [PATCH] Edit panel pin state.

---
 cRadio.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/cRadio.java b/cRadio.java
index 54e8a60..1ab12b3 100644
--- a/cRadio.java
+++ b/cRadio.java
@@ -35,9 +35,12 @@
             camera = (Camera)Grafreed.clone(c);
     }
     
-    Object3D graphs[] = new Object3D[10000];
+    byte[] graphs[] = new byte[10000][];
     int undoindex = 0;
     
+    // Patch to avoid bug with transparency.
+    boolean hadMaterial;
+    
     Object3D object;
     Camera camera;
     cButton layout;

--
Gitblit v1.6.2