Skip to content

Commit 37eecbc

Browse files
author
pandamicro
committed
Fix spine source
1 parent e853e8b commit 37eecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/spine/Spine.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@ spine.SkeletonJson.prototype = {
18571857
}
18581858

18591859
slotData.attachmentName = slotMap["attachment"];
1860-
slotData.blendMode = spine.AttachmentType[slotMap["blend"] || "normal"];
1860+
slotData.blendMode = spine.BlendMode[slotMap["blend"] || "normal"];
18611861

18621862
skeletonData.slots.push(slotData);
18631863
}

0 commit comments

Comments
 (0)