From ae8dc339f59e972a932b9097d47271e245e4ca9a Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 06 Aug 2019 19:35:43 -0400 Subject: [PATCH] Proto textures parsing. --- cMaterial.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cMaterial.java b/cMaterial.java index 14519fe..98e4639 100644 --- a/cMaterial.java +++ b/cMaterial.java @@ -79,7 +79,8 @@ void UpdateMaterial(cMaterial anchor, cMaterial current) { - color *= Factor(anchor.color, current.color); + //color *= Factor(anchor.color, current.color); + color = current.color; //if (anchor.saturation == 0) // anchor.saturation = 0.001f; if (anchor.modulation == 0) -- Gitblit v1.6.2