mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Fixed region sequence for libgdx.
This commit is contained in:
parent
0c2e2b1d3e
commit
760319990f
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user