fixed format?

This commit is contained in:
Diavolo 2021-04-25 19:47:29 +02:00
parent 744861120b
commit 0c4146162a

View File

@ -344,7 +344,7 @@ namespace command
console::info("Listing assets in pool %s\n", game::g_assetNames[type]);
const std::string filter = params.get(2);
const std::string filter = params.get(2);
enum_assets(type, [type, filter](const game::XAssetHeader header)
{
const auto asset = game::XAsset{ type, header };