This commit is contained in:
JohnCorby 2022-05-24 22:09:44 -07:00
parent 63750e2782
commit d32f907426

View File

@ -86,7 +86,7 @@ namespace NewHorizons.Builder.Body
if (module.tint != null)
{
var adjustedColour = module.tint.ToColor() / 4f;
adjustedColour.a = adjustedColour.a * 4f;
adjustedColour.a *= 4f;
fogGO.GetComponent<MeshRenderer>().material.color = adjustedColour;
}