Update AssetManager.cpp

This commit is contained in:
OusmBlueNinja 2025-05-12 12:37:34 -05:00
parent c95eb8e1e1
commit 6e7f04acc3

View File

@ -288,7 +288,7 @@ void AssetManager::LoadAssetAsync(const std::string &path, AssetType type)
asset = std::make_shared<FontAssetInfo>();
else
{
Logger::LogWarning("[AssetManager] Unknown Asset Type: '%d'", static_cast<int>(type));
Logger::LogWarning("[AssetManager] Unknown Asset Type: '%s'", AssetTypeToString(type));
return;
}