Closed snezhniylis closed 3 years ago
Fixes https://github.com/skyarkhangel/Hardcore-SK/issues/2351 Currently, the cached index is always 1 position ahead, causing System.IndexOutOfRangeException when trying to access the latest textureIndexes's index.
System.IndexOutOfRangeException
textureIndexes
Thanks for the update! I have not tested it, but I will merge it. I dont know when/if I will get back to this.
Fixes https://github.com/skyarkhangel/Hardcore-SK/issues/2351 Currently, the cached index is always 1 position ahead, causing
System.IndexOutOfRangeException
when trying to access the latesttextureIndexes
's index.