Update Main.cs

This commit is contained in:
Nick J. Connors 2022-02-13 21:27:17 -05:00
parent ec3d2ed1b9
commit 0251e5f816

View File

@ -497,7 +497,7 @@ namespace NewHorizons
var sector = MakeSector.Make(go, owRigidBody, sphereOfInfluence * 2f);
ao.SetValue("_rootSector", sector);
VolumesBuilder.Make(go, body.Config.Base.SurfaceSize, sphereOfInfluence);
VolumesBuilder.Make(go, body.Config.Base.SurfaceSize, sphereOfInfluence, body.Config);
if (body.Config.HeightMap != null)
HeightMapBuilder.Make(go, body.Config.HeightMap, body.Mod.Assets);