mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +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);
|
||||
break;
|
||||
case regionSequence:
|
||||
attachment = new RegionAttachment(name);
|
||||
attachment = new RegionSequenceAttachment(name);
|
||||
break;
|
||||
default:
|
||||
throw new IllegalArgumentException("Unknown attachment type: " + type);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user