cMaterial.java
.. .. @@ -79,7 +79,8 @@ 79 79 80 80 void UpdateMaterial(cMaterial anchor, cMaterial current) 81 81 { 82 - color *= Factor(anchor.color, current.color);82 + //color *= Factor(anchor.color, current.color);83 + color = current.color;83 84 //if (anchor.saturation == 0) 84 85 // anchor.saturation = 0.001f; 85 86 if (anchor.modulation == 0)