Skip to content

Commit

Permalink
Initialize UserData property (#798)
Browse files Browse the repository at this point in the history
Resolves an issue when reading slice data that has user data
  • Loading branch information
AristurtleDev authored May 6, 2024
1 parent 0c16271 commit 0cdd5bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nez.Portable/Assets/Aseprite/AsepriteSlice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ internal AsepriteSlice(bool isNinePatch, bool hasPivot, string name)
HasPivot = hasPivot;
Name = name;
Keys = new List<AsepriteSliceKey>();
UserData = new AsepriteUserData();
}
}
}
}

0 comments on commit 0cdd5bc

Please sign in to comment.