NathanSweet 9 年之前
父節點
當前提交
c9aede1ffd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      spine-cocos2dx/3/src/spine/Cocos2dAttachmentLoader.h

+ 1 - 0
spine-cocos2dx/3/src/spine/Cocos2dAttachmentLoader.h

@@ -41,6 +41,7 @@ typedef struct Cocos2dAttachmentLoader {
 	spAtlasAttachmentLoader* atlasAttachmentLoader;
 } Cocos2dAttachmentLoader;
 
+/* The Cocos2dAttachmentLoader must not be disposed until after the skeleton data has been disposed. */
 Cocos2dAttachmentLoader* Cocos2dAttachmentLoader_create (spAtlas* atlas);
 
 }