From f39070a140cfd961bca3556bd710d45e8a2b0f4d Mon Sep 17 00:00:00 2001 From: RobinsAviary Date: Thu, 23 Apr 2026 18:08:01 -0400 Subject: [PATCH] comma --- vendor/raylib/raymath.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/raylib/raymath.odin b/vendor/raylib/raymath.odin index 6a7145425..324372554 100644 --- a/vendor/raylib/raymath.odin +++ b/vendor/raylib/raymath.odin @@ -849,7 +849,7 @@ MatrixCompose :: proc "c" (translation: Vector3, rotation: Quaternion, scale: Ve right.x, up.x, forward.x, translation.x, right.y, up.y, forward.y, translation.y, right.z, up.z, forward.z, translation.z, - 0, 0, 0, 1 + 0, 0, 0, 1, } return result