Normand Briere
2019-08-01 29d5516687020263d3ae0454ce81879a3a450af0
cMaterial.java
....@@ -79,7 +79,8 @@
7979
8080 void UpdateMaterial(cMaterial anchor, cMaterial current)
8181 {
82
- color *= Factor(anchor.color, current.color);
82
+ //color *= Factor(anchor.color, current.color);
83
+ color = current.color;
8384 //if (anchor.saturation == 0)
8485 // anchor.saturation = 0.001f;
8586 if (anchor.modulation == 0)