mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
comment
This commit is contained in:
parent
aafd1aea0a
commit
efb7c4bbe7
@ -466,7 +466,7 @@ namespace NewHorizons.Handlers
|
|||||||
|
|
||||||
if (body.Config.HeightMap != null)
|
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
|
// divide by 4 to account for all the way around the equator
|
||||||
var res = body.Config.HeightMap.resolution / 4;
|
var res = body.Config.HeightMap.resolution / 4;
|
||||||
HeightMapBuilder.Make(go, sector, body.Config.HeightMap, body.Mod, res);
|
HeightMapBuilder.Make(go, sector, body.Config.HeightMap, body.Mod, res);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user