mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
parent
972f70c6ac
commit
05d60e5377
@ -111,11 +111,10 @@ void _Cocos2dAttachmentLoader_disposeAttachment (spAttachmentLoader* loader, spA
|
||||
}
|
||||
}
|
||||
|
||||
void _Cocos2dAttachmentLoader_dispose(spAttachmentLoader* self)
|
||||
{
|
||||
Cocos2dAttachmentLoader* selfCocos2dLoader = SUB_CAST(Cocos2dAttachmentLoader,self);
|
||||
_spAttachmentLoader_dispose(SUPER_CAST(spAttachmentLoader,selfCocos2dLoader->atlasAttachmentLoader));
|
||||
_spAttachmentLoader_deinit(self);
|
||||
void _Cocos2dAttachmentLoader_dispose (spAttachmentLoader* loader) {
|
||||
Cocos2dAttachmentLoader* self = SUB_CAST(Cocos2dAttachmentLoader, loader);
|
||||
spAttachmentLoader_dispose(SUPER_CAST(spAttachmentLoader, self->atlasAttachmentLoader));
|
||||
_spAttachmentLoader_deinit(loader);
|
||||
}
|
||||
|
||||
Cocos2dAttachmentLoader* Cocos2dAttachmentLoader_create (spAtlas* atlas) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user