[cocos2d-objc] Fixed changes in extension.h

This commit is contained in:
badlogic 2017-07-19 10:33:44 +02:00
parent 0227513188
commit 405e6df03f

View File

@ -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);
}