- SW: Ensure `PANEL_SPRITEstruct`'s `ox`/`oy` values are in the save data.

This commit is contained in:
Mitchell Richters 2021-07-11 12:05:53 +10:00
parent 9d64779da0
commit 172b77b9e7
1 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,8 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, PANEL_SPRITEstruct
("PresentState", w.PresentState)
("ActionState", w.ActionState)
("RestState", w.RestState)
("ox", w.ox)
("oy", w.oy)
("x", w.x)
("y", w.y)
.Array("over", w.over, countof(w.over))