mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Update assetManager.cpp
This commit is contained in:
parent
64605a5c00
commit
91fc70f15a
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ bool AssetManager::compileAsset(const char* pAssetId)
|
||||||
if (mEchoInfo)
|
if (mEchoInfo)
|
||||||
{
|
{
|
||||||
Con::printSeparator();
|
Con::printSeparator();
|
||||||
Con::printf("Asset Manager: Finished refreshing Asset Id '%s'.", pAssetId);
|
Con::printf("Asset Manager: Finished compiling Asset Id '%s'.", pAssetId);
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue