diff --git a/spine-cocos2dx/3/src/spine/Cocos2dAttachmentLoader.h b/spine-cocos2dx/3/src/spine/Cocos2dAttachmentLoader.h index 34816348e..fe15375e0 100644 --- a/spine-cocos2dx/3/src/spine/Cocos2dAttachmentLoader.h +++ b/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); }