mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
[ts] Formatting.
This commit is contained in:
parent
ad76f09eb4
commit
b8211baedc
@ -253,7 +253,7 @@ export class ToY extends ToProperty {
|
||||
bone.y += (additive ? value : value - bone.y) * pose.mixY;
|
||||
else {
|
||||
if (!additive) value -= bone.worldY / skeleton.scaleY;
|
||||
bone.worldY += value * pose.mixY * skeleton.scaleY;
|
||||
bone.worldY += value * pose.mixY * skeleton.scaleY;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user