From 6926c8716951fa8f1ec106e2046c8c304fe182a2 Mon Sep 17 00:00:00 2001 From: noinodev Date: Fri, 17 Apr 2026 00:00:32 +1000 Subject: [PATCH] one space --- src/raymath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raymath.h b/src/raymath.h index 58013f0a1..4f6229eb1 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -1695,7 +1695,7 @@ RMAPI Matrix MatrixMultiply(Matrix left, Matrix right) __m128 c3 = _mm_set_ps(right.m15, right.m11, right.m7, right.m3); // Transpose so c0..c3 become *rows* of the right matrix in semantic order - _MM_TRANSPOSE4_PS(c0, c1, c2, c3); + _MM_TRANSPOSE4_PS(c0, c1, c2, c3); float tmp[4] = { 0 }; __m128 row;