mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Actually always have to load raw if no cache
This commit is contained in:
parent
1191cbaef8
commit
407980f2d7
@ -554,7 +554,7 @@ namespace NewHorizons.Builder.Props
|
||||
// Load the inverted images used when displaying slide reels to a screen
|
||||
invertedImageLoader.PathsToLoad.Add((i, Path.Combine(mod.ModHelper.Manifest.ModFolderPath, InvertedSlideReelCacheFolder, slideInfo.imagePath)));
|
||||
}
|
||||
if (loadRawImages)
|
||||
if (!cacheExists || loadRawImages)
|
||||
{
|
||||
imageLoader.PathsToLoad.Add((i, Path.Combine(mod.ModHelper.Manifest.ModFolderPath, slideInfo.imagePath)));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user