Fix reloading assets that failed to load

This commit is contained in:
2026-06-30 08:48:56 +02:00
parent 5cd6c98ff3
commit 768beebd00
+1 -1
View File
@@ -430,7 +430,7 @@ void Asset::Reload()
ScopeLock lock(Locker);
if (IsLoaded())
if (IsLoaded() || LastLoadFailed())
{
// Unload current data
unload(true);