mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-11 02:19:30 +00:00
comma
This commit is contained in:
2
vendor/raylib/raymath.odin
vendored
2
vendor/raylib/raymath.odin
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user