diff --git a/Source/Engine/Content/Content.cpp b/Source/Engine/Content/Content.cpp index 2178579cc..48e7b6c1f 100644 --- a/Source/Engine/Content/Content.cpp +++ b/Source/Engine/Content/Content.cpp @@ -1003,7 +1003,7 @@ bool Content::CloneAssetFile(const StringView& dstPath, const StringView& srcPat FileSystem::DeleteFile(tmpPath); // Reload storage - if (auto storage = ContentStorageManager::GetStorage(dstPath)) + if (auto storage = ContentStorageManager::GetStorage(dstPath, false)) { storage->Reload(); }