Fixed more typos in Source\Engine\Content

This commit is contained in:
VNC
2020-12-29 03:41:01 +01:00
parent 8a7cb34e93
commit 8b2a8d22b3
4 changed files with 5 additions and 5 deletions

View File

@@ -346,7 +346,7 @@ void AssetsCache::RegisterAssets(FlaxStorage* storage)
// Check if storage contains ID which has been already registered
if (FindAsset(e.ID, info))
{
LOG(Warning, "Founded dupplicated asset \'{0}\'. Locations: \'{1}\' and \'{2}\'", e.ID, storagePath, info.Path);
LOG(Warning, "Founded duplicated asset \'{0}\'. Locations: \'{1}\' and \'{2}\'", e.ID, storagePath, info.Path);
duplicatedEntries.Add(i);
}
}