diff --git a/NewHorizons/External/Modules/HeightMapModule.cs b/NewHorizons/External/Modules/HeightMapModule.cs index d457868a..945f65ed 100644 --- a/NewHorizons/External/Modules/HeightMapModule.cs +++ b/NewHorizons/External/Modules/HeightMapModule.cs @@ -39,7 +39,7 @@ namespace NewHorizons.External.Modules /// This value will be 1:1 with the heightmap texture width, but only at the equator. /// [Range(1 * 4, 500 * 4)] - [DefaultValue(50 * 4)] - public int resolution = 50 * 4; + [DefaultValue(51 * 4)] + public int resolution = 51 * 4; } } \ No newline at end of file