diff --git a/src/JSystem/JMath/JMath.cpp b/src/JSystem/JMath/JMath.cpp index 40ba07e463..a95d302495 100644 --- a/src/JSystem/JMath/JMath.cpp +++ b/src/JSystem/JMath/JMath.cpp @@ -37,7 +37,9 @@ void JMAQuatLerp(__REGISTER const Quaternion* p, __REGISTER const Quaternion* q, ps_sum0 dp, dp, dp, dp } -#endif // clang-format on +#else // clang-format on + dp = p->x * q->x + p->y * q->y + p->z * q->z + p->w * q->w; +#endif f32 local_78 = dp; if (local_78 < 0.0) { int unused;