You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i found a bug that the drawOrder in animation didn't be correctly deserialized, because the property "draworder" in SpineAnimation didn't match the tag "drawOrder" in jsonData.
it made SpinAnimation.draworder always be null.
change the SpinAnimation.draworder to SpinAnimation.drawOrder will fix the problem.
The text was updated successfully, but these errors were encountered:
i found a bug that the drawOrder in animation didn't be correctly deserialized, because the property "draworder" in SpineAnimation didn't match the tag "drawOrder" in jsonData.
it made SpinAnimation.draworder always be null.
change the SpinAnimation.draworder to SpinAnimation.drawOrder will fix the problem.
The text was updated successfully, but these errors were encountered: