mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Update assetManager.cpp
fs
This commit is contained in:
parent
91fc70f15a
commit
55afef7b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -1103,7 +1103,7 @@ bool AssetManager::compileAsset(const char* pAssetId)
|
||||||
Con::printf("Asset Manager: Finished compiling Asset Id '%s'.", pAssetId);
|
Con::printf("Asset Manager: Finished compiling Asset Id '%s'.", pAssetId);
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue