File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
cocos/editor-support/spine-wasm Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,9 @@ void SpineSkeletonInstance::collectMeshData() {
294294 AttachmentVertices *attachmentVertices = nullptr ;
295295 if (attachmentVerticesMap->containsKey (attachmentSlot)) {
296296 attachmentVertices = (*attachmentVerticesMap)[attachmentSlot];
297+ } else {
298+ // attachment set from other skeletonData
299+ attachmentVertices = getAttachmentVertices (attachmentSlot);
297300 }
298301 if (_userData.useSlotTexture && _slotTextureSet.containsKey (slot)) {
299302 auto info = _slotTextureSet[slot];
Original file line number Diff line number Diff line change 33 "type" : " github" ,
44 "owner" : " cocos" ,
55 "name" : " cocos-engine-external" ,
6- "checkout" : " v3.8.7-17 "
6+ "checkout" : " v3.8.7-18 "
77 }
88}
You can’t perform that action at this time.
0 commit comments