mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update Main.cs
This commit is contained in:
parent
ec3d2ed1b9
commit
0251e5f816
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user