From 506a781bff3ec1b9b2942eee45da255a8f243106 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Sat, 15 Feb 2025 03:02:57 -0500 Subject: [PATCH] Document --- NewHorizons/External/Modules/ShipLogModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/ShipLogModule.cs b/NewHorizons/External/Modules/ShipLogModule.cs index 3b9e5615..558ae650 100644 --- a/NewHorizons/External/Modules/ShipLogModule.cs +++ b/NewHorizons/External/Modules/ShipLogModule.cs @@ -61,7 +61,7 @@ namespace NewHorizons.External.Modules public float offset; /// - /// The path to the sprite (.png/.jpg/.exr) to show when the planet is unexplored in map mode. + /// The path to the sprite (.png/.jpg/.exr) to show when the planet is unexplored in map mode. If empty, a texture will be created and cached based on the revealed sprite. /// public string outlineSprite;