Normand Briere
2019-07-14 bc829f47837b5a001f911542140b0b8e63c2bb0c
cRadio.java
....@@ -35,9 +35,14 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
- byte[] graphs[] = new byte[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;