Skip to content

Commit

Permalink
Merge branch '3.6' into 3.7-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Dec 11, 2017
2 parents 101a3eb + 4048e6b commit 53c3645
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 515 deletions.
2 changes: 1 addition & 1 deletion spine-cocos2dx/src/spine/SkeletonAnimation.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class SkeletonAnimation: public SkeletonRenderer {
return SkeletonAnimation::createWithJsonFile(skeletonJsonFile, atlas, scale);
}
// Use createWithJsonFile instead
CC_DEPRECATED_ATTRIBUTE static SkeletonAnimation* createWithile (const std::string& skeletonJsonFile, const std::string& atlasFile, float scale = 1)
CC_DEPRECATED_ATTRIBUTE static SkeletonAnimation* createWithFile (const std::string& skeletonJsonFile, const std::string& atlasFile, float scale = 1)
{
return SkeletonAnimation::createWithJsonFile(skeletonJsonFile, atlasFile, scale);
}
Expand Down
Loading

0 comments on commit 53c3645

Please sign in to comment.