[as3] Fixed sorting of path constraint attachments. Closes #1069.

This commit is contained in:
badlogic 2018-01-24 14:29:40 +01:00
parent fe9ae97747
commit 16d799002d
4 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ package spine {
}
private function sortPathConstraintAttachment(skin : Skin, slotIndex : int, slotBone : Bone) : void {
if (!skin.attachments.hasOwnProperty(slotIndex)) return;
var dict : Dictionary = skin.attachments[slotIndex];
if (!dict) return;