[libgdx] Fixed binary loader for transform constraints.

This commit is contained in:
Nathan Sweet 2025-04-02 15:58:23 -04:00
parent 764eafa212
commit 726dc08bf2

View File

@ -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;
}