From 64810344b8ca345a2ae7da5fe6ed98d19c124688 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 14 Jul 2022 20:45:14 -0700 Subject: [PATCH] remove AtmosFar BRUH --- .../Components/SizeControllers/StarEvolutionController.cs | 2 -- 1 file changed, 2 deletions(-) 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); } }