From 50033751784496bb183b9d83f944a55e7bfc34d4 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Wed, 13 Jul 2022 22:20:04 -0700 Subject: [PATCH] update docs --- NewHorizons/External/Modules/HeightMapModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/HeightMapModule.cs b/NewHorizons/External/Modules/HeightMapModule.cs index cfcfdca8..35aabffe 100644 --- a/NewHorizons/External/Modules/HeightMapModule.cs +++ b/NewHorizons/External/Modules/HeightMapModule.cs @@ -39,7 +39,7 @@ namespace NewHorizons.External.Modules /// /// Resolution of the heightmap. /// Higher values means more detail but also more memory/cpu/gpu usage. - /// This value will be 1:1 with the heightmap texture, but only at the equator. + /// This value will be 1:1 with the heightmap texture width, but only at the equator. /// [Range(0, int.MaxValue)] [DefaultValue((int)(51 * RESOLUTION_RATIO))] public int resolution = (int)(51 * RESOLUTION_RATIO);