mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 06:57:26 +00: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