From d1601b52c0d0ff0367cc78abf260149cbf7ad218 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Tue, 24 May 2022 18:26:44 -0700 Subject: [PATCH] oops --- NewHorizons/External/Modules/AtmosphereModule.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; }