fix: Remove repeated bbox_right
in sprite export (minor)
This commit is contained in:
parent
c0ca4e1adc
commit
39b8958d9c
1 changed files with 1 additions and 2 deletions
|
@ -116,8 +116,7 @@ void ExportSprite(UndertaleSprite sprite)
|
|||
new XElement("For3D", "0"),
|
||||
new XElement("width", sprite.Width.ToString()),
|
||||
new XElement("height", sprite.Height.ToString()),
|
||||
new XElement("frames"),
|
||||
new XElement("bbox_right", sprite.MarginRight.ToString())
|
||||
new XElement("frames")
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue