mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
FIX: clipEnd not called issue when attachment is null (#2662)
This commit is contained in:
parent
76361f67a0
commit
41532fea5f
@ -112,6 +112,7 @@ public class SkeletonRenderer {
|
|||||||
short[] indices = null;
|
short[] indices = null;
|
||||||
Attachment attachment = slot.getAttachment();
|
Attachment attachment = slot.getAttachment();
|
||||||
if (attachment == null) {
|
if (attachment == null) {
|
||||||
|
clipper.clipEnd(slot);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user