Normand Briere
2019-07-17 a5580a47d246c1272b10adba68070f6e13da5e41
cRadio.java
....@@ -35,8 +35,13 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
- byte[] graphs[] = new byte[10000][];
39
- int undoindex = 0;
38
+ //byte[] versions[] = new byte[100][];
39
+ //boolean[] user = new boolean[100];
40
+
41
+ //int versionindex = -1;
42
+
43
+ // Patch to avoid bug with transparency.
44
+ boolean hadMaterial;
4045
4146 Object3D object;
4247 Camera camera;