Completed tight Sprite export

This commit is contained in:
Perfare
2018-11-25 12:37:55 +08:00
parent ec9184ba93
commit ab24f049cf
2 changed files with 125 additions and 9 deletions

View File

@ -79,6 +79,8 @@ namespace AssetStudio
public byte dividerOp;
public ushort frequency;
public StreamInfo() { }
public StreamInfo(ObjectReader reader)
{
var version = reader.version;