mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
goofy ahh
This commit is contained in:
parent
c0ed8b17f5
commit
421c6b624c
@ -144,9 +144,9 @@ namespace NewHorizons.Builder.Props
|
||||
}
|
||||
|
||||
// Fix slide reel
|
||||
if (component is SlideCollectionContainer)
|
||||
if (component is SlideCollectionContainer container)
|
||||
{
|
||||
sector.OnOccupantEnterSector.AddListener((_) => (component as SlideCollectionContainer).LoadStreamingTextures());
|
||||
sector.OnOccupantEnterSector.AddListener(_ => container.LoadStreamingTextures());
|
||||
}
|
||||
|
||||
if (component is OWItemSocket socket)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user