mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[ts] 4.3 porting skeleton binary fix.
This commit is contained in:
parent
0f7253882a
commit
12c75feeb3
@ -231,7 +231,7 @@ export class SkeletonBinary {
|
||||
if (!to) continue;
|
||||
to.offset = input.readFloat() * scale;
|
||||
to.max = input.readFloat() * scale;
|
||||
to.scale = input.readFloat();
|
||||
to.scale = input.readFloat() * toScale / fromScale;
|
||||
from.to[t] = to;
|
||||
}
|
||||
data.properties[ii] = from;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user