[c] Resolves broken CI.

Correctly uses clang-format 13.0.1.
This commit is contained in:
Luke Ingram 2025-09-24 14:29:48 -04:00
parent e90eefc2c4
commit d567a19101
2 changed files with 3 additions and 3 deletions

View File

@ -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 rotation = parent->arotation;
a1 = (a1 - os) * RAD_DEG + o1 - rotation;