[ts] Formatting.

This commit is contained in:
Mario Zechner 2023-04-05 15:10:31 +02:00
parent 09c14b7b31
commit db90982453

View File

@ -116,7 +116,7 @@ export class IkConstraint implements Updatable {
tx = targetX - bone.worldX;
ty = targetY - bone.worldY;
break;
case TransformMode.NoRotationOrReflection:
case TransformMode.NoRotationOrReflection:
let s = Math.abs(pa * pd - pb * pc) / Math.max(0.0001, pa * pa + pc * pc);
let sa = pa / bone.skeleton.scaleX;
let sc = pc / bone.skeleton.scaleY;