mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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
|
end
|
||||||
|
|
||||||
function SkeletonClipping:clipEnd(slot)
|
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
|
end
|
||||||
|
|
||||||
function SkeletonClipping:clipEnd2()
|
function SkeletonClipping:clipEnd2()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user