update docs

This commit is contained in:
JohnCorby 2022-07-13 22:20:04 -07:00
parent 635e942524
commit 5003375178

View File

@ -39,7 +39,7 @@ namespace NewHorizons.External.Modules
/// <summary> /// <summary>
/// Resolution of the heightmap. /// Resolution of the heightmap.
/// Higher values means more detail but also more memory/cpu/gpu usage. /// 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.
/// </summary> /// </summary>
[Range(0, int.MaxValue)] [DefaultValue((int)(51 * RESOLUTION_RATIO))] [Range(0, int.MaxValue)] [DefaultValue((int)(51 * RESOLUTION_RATIO))]
public int resolution = (int)(51 * RESOLUTION_RATIO); public int resolution = (int)(51 * RESOLUTION_RATIO);