mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 15:07:26 +00:00
feat: dump and load T5 materials
This commit is contained in:
@@ -26,5 +26,6 @@ void AssetDumperMaterial::DumpAsset(AssetDumpingContext& context, XAssetInfo<Mat
|
||||
if (!assetFile)
|
||||
return;
|
||||
|
||||
DumpMaterialAsJson(*assetFile, *asset->Asset(), context);
|
||||
const auto* material = asset->Asset();
|
||||
DumpMaterialAsJson(*assetFile, *material, context);
|
||||
}
|
||||
|
Reference in New Issue
Block a user