mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update assetManager.cpp
fs
This commit is contained in:
parent
91fc70f15a
commit
55afef7b3d
|
|
@ -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…
Reference in a new issue