mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 14:54:53 +08:00
[libgdx] Fixed binary loader for transform constraints.
This commit is contained in:
parent
764eafa212
commit
726dc08bf2
@ -313,7 +313,7 @@ public class SkeletonBinary extends SkeletonLoader {
|
||||
to.offset = input.readFloat() * scale;
|
||||
to.max = input.readFloat() * scale;
|
||||
to.scale = input.readFloat();
|
||||
tos[i] = to;
|
||||
tos[t] = to;
|
||||
}
|
||||
froms[ii] = from;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user