chore: adjust message when no asset creator could create asset

This commit is contained in:
Jan 2024-12-31 15:54:04 +01:00
parent dd4f18b638
commit e11e8a361e
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -114,7 +114,7 @@ XAssetInfoGeneric* AssetCreationContext::LoadDependencyGeneric(const asset_type_
} }
else else
{ {
std::cerr << std::format("Could not find creator for asset \"{}\" of type \"{}\"\n", assetName, *m_zone->m_pools->GetAssetTypeName(assetType)); std::cerr << std::format("Missing asset \"{}\" of type \"{}\"\n", assetName, *m_zone->m_pools->GetAssetTypeName(assetType));
} }
return nullptr; return nullptr;