mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Use end colour
Not sure why it didn't
This commit is contained in:
parent
cbc8275587
commit
e470e7ecb4
@ -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>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user