mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
[c] Resolves broken CI.
Correctly uses clang-format 13.0.1.
This commit is contained in:
parent
e90eefc2c4
commit
d567a19101
@ -293,7 +293,7 @@ void spIkConstraint_apply2(spBone *parent, spBone *child, float targetX, float t
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break_outer: {
|
break_outer : {
|
||||||
float os = ATAN2(cy, cx) * s2;
|
float os = ATAN2(cy, cx) * s2;
|
||||||
float rotation = parent->arotation;
|
float rotation = parent->arotation;
|
||||||
a1 = (a1 - os) * RAD_DEG + o1 - rotation;
|
a1 = (a1 - os) * RAD_DEG + o1 - rotation;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user