FIX: clipEnd not called issue when attachment is null (#2662)

This commit is contained in:
hiki 2024-10-29 16:11:27 +08:00 committed by GitHub
parent 76361f67a0
commit 41532fea5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,6 +112,7 @@ public class SkeletonRenderer {
short[] indices = null;
Attachment attachment = slot.getAttachment();
if (attachment == null) {
clipper.clipEnd(slot);
continue;
}