mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Remove weird plane
This commit is contained in:
parent
3e0cd94497
commit
c37a4445c6
@ -71,6 +71,9 @@ namespace NewHorizons.Handlers
|
||||
dwc._dreamWorldVolume = null;
|
||||
dwc._planetBody = null;
|
||||
dwc._ringWorldController = null;
|
||||
|
||||
// Dreamworld has a giant plane for simulation water, we don't want that in our custom world
|
||||
dwc._primarySimulationRoot.Find("water_simulation").gameObject.SetActive(false);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user