From 26b49d8e26625491f4a407a05e9bc9d72037f938 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 17 Jun 2019 18:50:50 -0400
Subject: [PATCH] Global scale using X blue handle.

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

diff --git a/cRadio.java b/cRadio.java
index cc588cf..83d4fc2 100644
--- a/cRadio.java
+++ b/cRadio.java
@@ -32,9 +32,12 @@
         if (link)
             camera = c;
         else
-            camera = (Camera)GraphreeD.clone(c);
+            camera = (Camera)Grafreed.clone(c);
     }
     
+    byte[] graphs[] = new byte[10000][];
+    int undoindex = 0;
+    
     Object3D object;
     Camera camera;
     cButton layout;

--
Gitblit v1.6.2