浏览代码

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

hiki 10 月之前
父节点
当前提交
41532fea5f

+ 1 - 0
spine-android/spine-android/src/main/java/com/esotericsoftware/spine/android/SkeletonRenderer.java

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