Merge branch '3.6' into 3.7-beta

This commit is contained in:
badlogic 2018-01-24 14:30:47 +01:00
commit 713f43a247
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;