mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
i get it now
This commit is contained in:
parent
a2d3822d84
commit
05a1596493
@ -154,7 +154,6 @@ public class NHSlideCollection : SlideCollection
|
|||||||
loader.imageLoadedEvent.AddListener((Texture2D tex, int index, string originalPath) =>
|
loader.imageLoadedEvent.AddListener((Texture2D tex, int index, string originalPath) =>
|
||||||
{
|
{
|
||||||
// weird: sometimes we set image, sometimes we return from GetStreamingTexture. oh well
|
// weird: sometimes we set image, sometimes we return from GetStreamingTexture. oh well
|
||||||
// also somehow setting this later works and updates the cookie without having to manually tell it to do that??? idk how
|
|
||||||
slides[wrappedIndex]._image = tex;
|
slides[wrappedIndex]._image = tex;
|
||||||
_pathsBeingLoaded.Remove(path);
|
_pathsBeingLoaded.Remove(path);
|
||||||
if (_shipLogSlideProjector == null)
|
if (_shipLogSlideProjector == null)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user