فهرست منبع

Fixed region sequence for libgdx.

NathanSweet 12 سال پیش
والد
کامیت
760319990f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      spine-libgdx/src/com/esotericsoftware/spine/attachments/TextureAtlasAttachmentLoader.java

+ 1 - 1
spine-libgdx/src/com/esotericsoftware/spine/attachments/TextureAtlasAttachmentLoader.java

@@ -47,7 +47,7 @@ public class TextureAtlasAttachmentLoader implements AttachmentLoader {
 			attachment = new RegionAttachment(name);
 			break;
 		case regionSequence:
-			attachment = new RegionAttachment(name);
+			attachment = new RegionSequenceAttachment(name);
 			break;
 		default:
 			throw new IllegalArgumentException("Unknown attachment type: " + type);