Update assetManager.cpp

fs
This commit is contained in:
marauder2k7 2025-10-12 00:03:00 +01:00
parent 91fc70f15a
commit 55afef7b3d

View file

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