费了我半天劲,还以为是自己代码的问题。。:880:
spine的SkeletonRenderer.cpp文件,126行,SkeletonRenderer::initWithFile (const std::string& skeletonDataFile, const std::string& atlasFile, float scale)方法里
_atlas = spAtlas_createFromFile(atlasFile.c_str(), 0)生成的_atlas变量被后面的initialize()的第一句清0了。。
这是要坑死用spine的同志们啊


