From b3ae4e889872ca0b9ca76f1d17b2f0b961226729 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 05 Aug 2019 21:48:55 -0400 Subject: [PATCH] Fix physics UI --- 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