mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
dont need to check CacheExists
This commit is contained in:
parent
1d69fd063e
commit
b1e64c1491
@ -164,7 +164,7 @@ namespace NewHorizons.Builder.Props
|
|||||||
|
|
||||||
var key = GetUniqueSlideReelID(mod, info.slides);
|
var key = GetUniqueSlideReelID(mod, info.slides);
|
||||||
|
|
||||||
if (CacheExists(mod) && atlasImageLoader != null)
|
if (atlasImageLoader != null)
|
||||||
{
|
{
|
||||||
atlasImageLoader.imageLoadedEvent.AddListener(
|
atlasImageLoader.imageLoadedEvent.AddListener(
|
||||||
(Texture2D tex, int _, string originalPath) =>
|
(Texture2D tex, int _, string originalPath) =>
|
||||||
@ -585,7 +585,6 @@ namespace NewHorizons.Builder.Props
|
|||||||
{
|
{
|
||||||
atlasImageLoader.Start(false, false);
|
atlasImageLoader.Start(false, false);
|
||||||
}
|
}
|
||||||
// When using the inverted cache we never need the regular images
|
|
||||||
if (useInvertedCache)
|
if (useInvertedCache)
|
||||||
{
|
{
|
||||||
invertedImageLoader.Start(true, false);
|
invertedImageLoader.Start(true, false);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user