|
@@ -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];
|