mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
[Bug] [#433] Load streaming stuff for stranger text
This commit is contained in:
parent
d56a2f605f
commit
3ea3fa9e16
@ -613,6 +613,12 @@ namespace NewHorizons.Builder.Props
|
||||
|
||||
nomaiWallText.SetTextAsset(text);
|
||||
|
||||
// #433 fuzzy stranger text
|
||||
if (info.arcInfo.Any(x => x.type == PropModule.NomaiTextArcInfo.NomaiTextArcType.Stranger))
|
||||
{
|
||||
StreamingHandler.SetUpStreaming(_ghostArcPrefabs.First(), sector);
|
||||
}
|
||||
|
||||
return nomaiWallText;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user