Use end colour

Not sure why it didn't
This commit is contained in:
Noah Pilarski 2022-08-09 01:12:54 -04:00
parent cbc8275587
commit e470e7ecb4

View File

@ -115,7 +115,7 @@ namespace NewHorizons.Components.SizeControllers
else
{
_endColour = EndColour.ToColor();
_endSurfaceMaterial.color = _startColour * 4.5948f;
_endSurfaceMaterial.color = _endColour * 4.5948f;
}
_heatVolume = GetComponentInChildren<HeatHazardVolume>();