Merge branch 'pr/16' into AssetStudioMod

This commit is contained in:
VaDiM 2023-11-21 02:15:19 +03:00
commit 51d259464b

View File

@ -12,7 +12,7 @@ namespace AssetStudio
public SecondarySpriteTexture(ObjectReader reader) public SecondarySpriteTexture(ObjectReader reader)
{ {
texture = new PPtr<Texture2D>(reader); texture = new PPtr<Texture2D>(reader);
name = reader.ReadStringToNull(); name = reader.ReadAlignedString();
} }
} }