make it match what it was before

This commit is contained in:
JohnCorby 2022-07-14 11:15:23 -07:00
parent efb7c4bbe7
commit 854180b1e8

View File

@ -39,7 +39,7 @@ namespace NewHorizons.External.Modules
/// This value will be 1:1 with the heightmap texture width, but only at the equator.
/// </summary>
[Range(1 * 4, 500 * 4)]
[DefaultValue(50 * 4)]
public int resolution = 50 * 4;
[DefaultValue(51 * 4)]
public int resolution = 51 * 4;
}
}