diff --git a/plugins/spine/src/gameobject/SpineGameObject.js b/plugins/spine/src/gameobject/SpineGameObject.js index 384f9db2a..8ddc119ca 100644 --- a/plugins/spine/src/gameobject/SpineGameObject.js +++ b/plugins/spine/src/gameobject/SpineGameObject.js @@ -501,7 +501,7 @@ var SpineGameObject = new Class({ */ setSkeletonFromJSON: function (atlasDataKey, skeletonJSON, animationName, loop) { - return this.setSkeleton(atlasDataKey, skeletonJSON, animationName, loop); + return this.setSkeleton(atlasDataKey, animationName, loop, skeletonJSON); }, /**