From d0e23ca5aad3e6ac33d2dafe67a2ae261c2bbdb0 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Wed, 9 Oct 2024 22:25:30 -0400 Subject: [PATCH] Update AtmosphereModule.cs --- NewHorizons/External/Modules/AtmosphereModule.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NewHorizons/External/Modules/AtmosphereModule.cs b/NewHorizons/External/Modules/AtmosphereModule.cs index eb31dac2..5aba48a5 100644 --- a/NewHorizons/External/Modules/AtmosphereModule.cs +++ b/NewHorizons/External/Modules/AtmosphereModule.cs @@ -61,6 +61,7 @@ namespace NewHorizons.External.Modules /// /// Relative filepath to the fog color ramp texture, if you put fog. /// x axis is angle to sun (left at midnight, right at noon), y axis is distance to camera (close at bottom, far at top). + /// Optional. If you set fogTint, a default fog ramp will be tinted for you. /// public string fogRampPath;