Normand Briere
2019-06-25 829f93f305ce15893aada126a98d9068b1cdefed
cRadio.java
....@@ -35,6 +35,12 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
+ byte[] graphs[] = new byte[10000][];
39
+ int undoindex = 0;
40
+
41
+ // Patch to avoid bug with transparency.
42
+ boolean hadMaterial;
43
+
3844 Object3D object;
3945 Camera camera;
4046 cButton layout;