From 05a159649314ac0d8c7f429ead729a5f8171def5 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 13 Feb 2025 14:32:10 -0800 Subject: [PATCH] i get it now --- NewHorizons/Components/EOTE/NHSlideCollection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NewHorizons/Components/EOTE/NHSlideCollection.cs b/NewHorizons/Components/EOTE/NHSlideCollection.cs index 89b920d1..09d3288a 100644 --- a/NewHorizons/Components/EOTE/NHSlideCollection.cs +++ b/NewHorizons/Components/EOTE/NHSlideCollection.cs @@ -154,7 +154,6 @@ public class NHSlideCollection : SlideCollection loader.imageLoadedEvent.AddListener((Texture2D tex, int index, string originalPath) => { // 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; _pathsBeingLoaded.Remove(path); if (_shipLogSlideProjector == null)