mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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);
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue