mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Explain root sector thing
This commit is contained in:
parent
809ad184ea
commit
fa1d11d94a
@ -772,6 +772,8 @@ namespace NewHorizons.Handlers
|
|||||||
|
|
||||||
// Fix sectors
|
// Fix sectors
|
||||||
VanillaStreamingFix.UnparentSectorStreaming(ao.GetRootSector(), ao.gameObject, AstroObject.Name.HourglassTwins, Sector.Name.HourglassTwins);
|
VanillaStreamingFix.UnparentSectorStreaming(ao.GetRootSector(), ao.gameObject, AstroObject.Name.HourglassTwins, Sector.Name.HourglassTwins);
|
||||||
|
// Not to be confused with Sector.GetRootSector, this returns the highest sector on the astro object not in the chain
|
||||||
|
// CaveTwin/TowerTwin sectors both have HGT as parent so we want to get rid of that link
|
||||||
ao.GetRootSector().SetParentSector(null);
|
ao.GetRootSector().SetParentSector(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user