Normand Briere
2019-08-13 0cdf3fb57ddea3226f094ba45c836c7e9b123e3a
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)