Merge pull request #603 from Azaezel/alpha40/assetimportcleanups

item->importStatus cleanup for asset importer
This commit is contained in:
Brian Roberts 2021-10-09 01:01:42 -05:00 committed by GitHub
commit 25e9e97c45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2018,7 +2018,7 @@ void AssetImporter::validateAsset(AssetImportObject* assetItem)
AssetQuery aQuery; AssetQuery aQuery;
U32 numAssetsFound = AssetDatabase.findAllAssets(&aQuery); U32 numAssetsFound = AssetDatabase.findAllAssets(&aQuery);
bool hasCollision = false; hasCollision = false;
for (U32 i = 0; i < numAssetsFound; i++) for (U32 i = 0; i < numAssetsFound; i++)
{ {
StringTableEntry assetId = aQuery.mAssetList[i]; StringTableEntry assetId = aQuery.mAssetList[i];