mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +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;
|
||||
Attachment attachment = slot.getAttachment();
|
||||
if (attachment == null) {
|
||||
clipper.clipEnd(slot);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user