mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev
This commit is contained in:
commit
196aec0928
@ -43,7 +43,7 @@ namespace NewHorizons.Handlers
|
||||
var sunVolumes = SearchUtilities.Find("Sun_Body/Sector_SUN/Volumes_SUN");
|
||||
sunVolumes.SetActive(false);
|
||||
|
||||
foreach (var ow in GameObject.FindObjectsOfType<OWRigidbody>())
|
||||
foreach (var ow in CenterOfTheUniverse.s_rigidbodies)
|
||||
{
|
||||
if (ow._origParent != null && (ow._origParentBody != null || ow._simulateInSector != null) && ow.transform.GetComponent<AstroObject>() == null && !ow._suspended && !_suspendBlacklist.Contains(ow.gameObject.name))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user