mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-07 14:30:40 +00:00
Update assetImporter.cpp
refresh asset so image asset can write out its image metadata
This commit is contained in:
parent
67f217ada1
commit
3d77b59b71
1 changed files with 1 additions and 0 deletions
|
|
@ -2805,6 +2805,7 @@ void AssetImporter::acquireAssets(AssetImportObject* assetItem)
|
|||
if (AssetDatabase.isDeclaredAsset(assetId))
|
||||
{
|
||||
AssetDatabase.acquireAsset<AssetBase>(assetId);
|
||||
AssetDatabase.refreshAsset(assetId);
|
||||
AssetDatabase.releaseAsset(assetId);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue