Normand Briere
2019-07-07 46dbce888e7c3eff8969f1ddbe22e144410b67f4
cRadio.java
....@@ -35,9 +35,14 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
- Object3D graphs[] = new Object3D[10000];
38
+ byte[] graphs[] = new byte[100][];
39
+ boolean[] user = new boolean[100];
40
+
3941 int undoindex = 0;
4042
43
+ // Patch to avoid bug with transparency.
44
+ boolean hadMaterial;
45
+
4146 Object3D object;
4247 Camera camera;
4348 cButton layout;