mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[as3] Fixed sorting of path constraint attachments. Closes #1069.
This commit is contained in:
parent
fe9ae97747
commit
16d799002d
Binary file not shown.
@ -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;
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user