Normand Briere
2019-06-24 c67da2e5d8655704601d6d06e8bc60aabe212253
cRadio.java
....@@ -38,6 +38,9 @@
3838 byte[] graphs[] = new byte[10000][];
3939 int undoindex = 0;
4040
41
+ // Patch to avoid bug with transparency.
42
+ boolean hadMaterial;
43
+
4144 Object3D object;
4245 Camera camera;
4346 cButton layout;