diff --git a/NewHorizons/External/Modules/AtmosphereModule.cs b/NewHorizons/External/Modules/AtmosphereModule.cs index 69a97ba7..d58bbe61 100644 --- a/NewHorizons/External/Modules/AtmosphereModule.cs +++ b/NewHorizons/External/Modules/AtmosphereModule.cs @@ -76,15 +76,12 @@ namespace NewHorizons.External.Modules /// public bool useAtmosphereShader; + // not an actual config thing, rip public class AirInfo { public bool hasOxygen; public bool isRaining; public bool isSnowing; - - /// - /// The radius of the volume. - /// public float scale; }