From 5a546232b84ce65d8779d29e9171e7e2df013614 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 20 Jul 2019 20:50:17 -0400
Subject: [PATCH] Restore bind texture

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

diff --git a/cRadio.java b/cRadio.java
index 1ab12b3..2fd1e50 100644
--- a/cRadio.java
+++ b/cRadio.java
@@ -35,8 +35,10 @@
             camera = (Camera)Grafreed.clone(c);
     }
     
-    byte[] graphs[] = new byte[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;

--
Gitblit v1.6.2