Skip to content

Commit 41532fe

Browse files
authored
FIX: clipEnd not called issue when attachment is null (#2662)
1 parent 76361f6 commit 41532fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spine-android/spine-android/src/main/java/com/esotericsoftware/spine/android/SkeletonRenderer.java

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public Array<RenderCommand> render (Skeleton skeleton) {
112112
short[] indices = null;
113113
Attachment attachment = slot.getAttachment();
114114
if (attachment == null) {
115+
clipper.clipEnd(slot);
115116
continue;
116117
}
117118

0 commit comments

Comments
 (0)