Normand Briere
2019-08-27 dce400da7c65d659129abf9bc6e8f38b360a63d2
cMaterial.java
....@@ -41,7 +41,6 @@
4141
4242 public cMaterial(cMaterial mat)
4343 {
44
- this();
4544 if (mat != null)
4645 {
4746 Set(mat);