diff --git a/NewHorizons/Components/SizeControllers/StarEvolutionController.cs b/NewHorizons/Components/SizeControllers/StarEvolutionController.cs index db2ca3db..2da729c6 100644 --- a/NewHorizons/Components/SizeControllers/StarEvolutionController.cs +++ b/NewHorizons/Components/SizeControllers/StarEvolutionController.cs @@ -270,8 +270,6 @@ namespace NewHorizons.Components.SizeControllers lod.material.SetFloat("_OuterRadius", CurrentScale * StarBuilder.OuterRadiusRatio); // These break once it reaches endColour and I have no idea why - //lod.material.SetColor("_AtmosFar", _currentColour); - //lod.material.SetColor("_AtmosNear", _currentColour); //lod.material.SetColor("_SkyColor", _currentColour); } }