Normand Briere
2019-06-29 a69bb4474a3264a9a7a7f8b8d8154ea771f167c8
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;