Cocos2d 2.1,文件加载返回null

时间:2013-05-07 11:15:51

标签: cocos2d-iphone

这是我的代码。在Cocos2d 2.0中工作,相同的代码在2.1beta中返回null

const GLchar * fragmentSource = (GLchar*) [[NSString stringWithContentsOfFile:[CCFileUtils fullPathFromRelativePath:@"CSEGrass.fsh"] encoding:NSUTF8StringEncoding error:nil] UTF8String];

已将CSEGrass.fsh添加到xcode目标。为什么返回null?

0 个答案:

没有答案