remove AtmosFar BRUH

This commit is contained in:
JohnCorby 2022-07-14 20:45:14 -07:00
parent 230540d246
commit 64810344b8

View File

@ -270,8 +270,6 @@ namespace NewHorizons.Components.SizeControllers
lod.material.SetFloat("_OuterRadius", CurrentScale * StarBuilder.OuterRadiusRatio); lod.material.SetFloat("_OuterRadius", CurrentScale * StarBuilder.OuterRadiusRatio);
// These break once it reaches endColour and I have no idea why // 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); //lod.material.SetColor("_SkyColor", _currentColour);
} }
} }