From efb7c4bbe720fcb6255abc6222efc1db8544d5e2 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 14 Jul 2022 11:08:55 -0700 Subject: [PATCH] comment --- NewHorizons/Handlers/PlanetCreationHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);