Normand Briere
2019-06-25 d2f456cf5280f59425084532bd2397ec625f7577
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;