diff --git a/src/src/core/utils/AssetManager.cpp b/src/src/core/utils/AssetManager.cpp index 6b12c5d..20273b2 100644 --- a/src/src/core/utils/AssetManager.cpp +++ b/src/src/core/utils/AssetManager.cpp @@ -288,7 +288,7 @@ void AssetManager::LoadAssetAsync(const std::string &path, AssetType type) asset = std::make_shared(); else { - Logger::LogWarning("[AssetManager] Unknown Asset Type: '%d'", static_cast(type)); + Logger::LogWarning("[AssetManager] Unknown Asset Type: '%s'", AssetTypeToString(type)); return; }