浏览代码

Merge remote-tracking branch 'EsotericSoftware/3.6' into 3.6

Stephen Gowen 7 年之前
父节点
当前提交
db7166590e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-cocos2dx/src/spine/SkeletonAnimation.h

+ 1 - 1
spine-cocos2dx/src/spine/SkeletonAnimation.h

@@ -61,7 +61,7 @@ public:
 		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);
 	}