mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Tell them to delete slide reel cache if image missing
This commit is contained in:
parent
ba5f5ee7b8
commit
05126b3539
@ -79,6 +79,10 @@ public class SlideReelAsyncImageLoader
|
|||||||
if (hasError)
|
if (hasError)
|
||||||
{
|
{
|
||||||
NHLogger.LogError($"Failed to load {index}:{url} - {uwr.error}");
|
NHLogger.LogError($"Failed to load {index}:{url} - {uwr.error}");
|
||||||
|
if (url.Contains("SlideReelCache"))
|
||||||
|
{
|
||||||
|
NHLogger.LogError("Missing image in SlideReelCache: Try deleting the folder so that New Horizons can regenerate the cache.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user