Update AssetManager.cpp
This commit is contained in:
parent
c95eb8e1e1
commit
6e7f04acc3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user