mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
Add names of pptr objects to object dumps
This commit is contained in:
@ -301,6 +301,7 @@ namespace AssetStudioGUI
|
||||
{
|
||||
exportableAssets.Add(assetItem);
|
||||
}
|
||||
asset.Name = assetItem.Text;
|
||||
Progress.Report(++i, objectCount);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user