Эх сурвалжийг харах

[cocos2d-objc] Fixed changes in extension.h

badlogic 8 жил өмнө
parent
commit
405e6df03f

+ 1 - 1
spine-cocos2d-objc/src/spine/spine-cocos2d-objc.m

@@ -44,5 +44,5 @@ void _spAtlasPage_disposeTexture (spAtlasPage* self) {
 }
 
 char* _spUtil_readFile (const char* path, int* length) {
-	return _readFile([[[CCFileUtils sharedFileUtils] fullPathForFilename:@(path)] UTF8String], length);
+	return _spReadFile([[[CCFileUtils sharedFileUtils] fullPathForFilename:@(path)] UTF8String], length);
 }