Remove weird plane

This commit is contained in:
xen-42 2024-10-06 13:26:31 -04:00
parent 3e0cd94497
commit c37a4445c6

View File

@ -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);
});
}