mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-11 09:38:44 +08:00
[c] Call configure attachment on mesh attachments in binary loader. Thanks @boruis
This commit is contained in:
parent
eb3cb8a700
commit
763cc18816
@ -716,6 +716,7 @@ spAttachment* spSkeletonBinary_readAttachment(spSkeletonBinary* self, _dataInput
|
||||
mesh->width = 0;
|
||||
mesh->height = 0;
|
||||
}
|
||||
spAttachmentLoader_configureAttachment(self->attachmentLoader, attachment);
|
||||
return attachment;
|
||||
}
|
||||
case SP_ATTACHMENT_LINKED_MESH: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user