mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-12 18:18:43 +08:00
[lua] Incorrect check for end slot. Fixes #1489.
This commit is contained in:
parent
df748dbe4b
commit
e74274eebe
@ -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