From 854180b1e864ba584987a07a44377d7fb514b889 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 14 Jul 2022 11:15:23 -0700 Subject: [PATCH] make it match what it was before --- NewHorizons/External/Modules/HeightMapModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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