mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Merge pull request #603 from Azaezel/alpha40/assetimportcleanups
item->importStatus cleanup for asset importer
This commit is contained in:
commit
25e9e97c45
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue