mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[libgdx] getPathSuffix -> hasPathSuffix.
This commit is contained in:
parent
7ba2bfec77
commit
831cf1a488
@ -2537,11 +2537,7 @@ public class SkeletonSerializer {
|
||||
json.writeValue(obj.getHeight());
|
||||
|
||||
json.writeName("sequence");
|
||||
if (obj.getSequence() == null) {
|
||||
json.writeNull();
|
||||
} else {
|
||||
writeSequence(obj.getSequence());
|
||||
}
|
||||
writeSequence(obj.getSequence());
|
||||
|
||||
json.writeName("parentMesh");
|
||||
if (obj.getParentMesh() == null) {
|
||||
|
||||
@ -144,7 +144,7 @@ public class Sequence {
|
||||
this.setupIndex = index;
|
||||
}
|
||||
|
||||
public boolean getPathSuffix () {
|
||||
public boolean hasPathSuffix () {
|
||||
return pathSuffix;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user