mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 06:57:26 +00:00
Rename new StructuredDataDefDumper
This commit is contained in:
@@ -189,10 +189,10 @@ void AssetDumperStructuredDataDefSet::DumpAsset(AssetDumpingContext& context, XA
|
||||
if (!assetFile || set->defs == nullptr)
|
||||
return;
|
||||
|
||||
StructuredDataDefDumperNew newDumper(*assetFile);
|
||||
StructuredDataDefDumper dumper(*assetFile);
|
||||
for (auto i = 0u; i < set->defCount; i++)
|
||||
{
|
||||
const auto def = ConvertDef(&set->defs[i]);
|
||||
newDumper.DumpDef(*def);
|
||||
dumper.DumpDef(*def);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user