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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cRadio.java b/cRadio.java index 54e8a60..83d4fc2 100644 --- a/cRadio.java +++ b/cRadio.java @@ -35,7 +35,7 @@ camera = (Camera)Grafreed.clone(c); } - Object3D graphs[] = new Object3D[10000]; + byte[] graphs[] = new byte[10000][]; int undoindex = 0; Object3D object; -- Gitblit v1.6.2