mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Remove unneeded call to LoadStreamingTextures - leave todo for fixing low res
This commit is contained in:
parent
f60620c5a5
commit
6c4d896367
@ -1,5 +1,6 @@
|
||||
using NewHorizons.Builder.General;
|
||||
using NewHorizons.Components;
|
||||
using NewHorizons.Components.Fixers;
|
||||
using NewHorizons.External.Modules.Props;
|
||||
using NewHorizons.Handlers;
|
||||
using NewHorizons.Utility;
|
||||
@ -265,10 +266,10 @@ namespace NewHorizons.Builder.Props
|
||||
socket._sector = sector;
|
||||
}
|
||||
|
||||
// Fix slide reel - Softlocks if this object is a vision torch
|
||||
else if(!isTorch && component is SlideCollectionContainer container)
|
||||
// TODO: Fix low res reels
|
||||
else if(component is SlideReelItem)
|
||||
{
|
||||
sector.OnOccupantEnterSector.AddListener(_ => container.LoadStreamingTextures());
|
||||
|
||||
}
|
||||
|
||||
else if(component is NomaiRemoteCameraPlatform remoteCameraPlatform)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user