Update assetManager.cpp

This commit is contained in:
marauder2k7 2025-10-11 19:12:23 +01:00
parent 64605a5c00
commit 91fc70f15a

View file

@ -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;