From 26b24f5b623e709a88e91e9bce0864f9d5e8f084 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 24 Jun 2019 23:09:17 -0400
Subject: [PATCH] Fix full screen layout

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

diff --git a/cRadio.java b/cRadio.java
index fdd8308..1ab12b3 100644
--- a/cRadio.java
+++ b/cRadio.java
@@ -32,9 +32,15 @@
         if (link)
             camera = c;
         else
-            camera = (Camera)GrafreeD.clone(c);
+            camera = (Camera)Grafreed.clone(c);
     }
     
+    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