mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 22:27:53 -05:00
Add AssetLoader basis
This commit is contained in:
@ -13,7 +13,7 @@ void ContentPrinter::PrintContent() const
|
||||
|
||||
for(const auto& asset : *pools)
|
||||
{
|
||||
printf("%s, %s\n", pools->GetAssetTypeName(asset->m_type).c_str(), asset->m_name.c_str());
|
||||
printf("%s, %s\n", pools->GetAssetTypeName(asset->m_type), asset->m_name.c_str());
|
||||
}
|
||||
|
||||
puts("");
|
||||
|
Reference in New Issue
Block a user