mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
Merge branch '3.8' into 3.9-beta
This commit is contained in:
commit
10d82cbe8d
@ -75,7 +75,7 @@ function SkeletonClipping:clipStart(slot, clip)
|
||||
end
|
||||
|
||||
function SkeletonClipping:clipEnd(slot)
|
||||
if self.clipAttachment and self.clipAttachment.endSlot == slot then self:clipEnd2() end
|
||||
if self.clipAttachment and self.clipAttachment.endSlot == slot.data then self:clipEnd2() end
|
||||
end
|
||||
|
||||
function SkeletonClipping:clipEnd2()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user