diff --git a/NewHorizons/Handlers/TitleSceneHandler.cs b/NewHorizons/Handlers/TitleSceneHandler.cs index 52b82def..242590a4 100644 --- a/NewHorizons/Handlers/TitleSceneHandler.cs +++ b/NewHorizons/Handlers/TitleSceneHandler.cs @@ -87,6 +87,7 @@ namespace NewHorizons.Handlers heightMap.heightMap = body.Config.HeightMap.heightMap; heightMap.maxHeight = size; heightMap.minHeight = body.Config.HeightMap.minHeight * size / body.Config.HeightMap.maxHeight; + heightMap.stretch = body.Config.HeightMap.stretch; } if (body.Config.Atmosphere?.clouds?.texturePath != null) {