diff --git a/NewHorizons/Handlers/PlanetCreationHandler.cs b/NewHorizons/Handlers/PlanetCreationHandler.cs index c74494bf..8529e994 100644 --- a/NewHorizons/Handlers/PlanetCreationHandler.cs +++ b/NewHorizons/Handlers/PlanetCreationHandler.cs @@ -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);