Normand Briere
2019-08-06 4ec7130da08861dc4aff0232dbce38f3471696a4
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)