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