This commit is contained in:
JohnCorby 2022-07-14 11:08:55 -07:00
parent aafd1aea0a
commit efb7c4bbe7

View File

@ -466,7 +466,7 @@ namespace NewHorizons.Handlers
if (body.Config.HeightMap != null)
{
// resolution = tris per face
// resolution = tris on edge per face
// divide by 4 to account for all the way around the equator
var res = body.Config.HeightMap.resolution / 4;
HeightMapBuilder.Make(go, sector, body.Config.HeightMap, body.Mod, res);