mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Merge branch 'master' of https://github.com/odin-lang/Odin
This commit is contained in:
Vendored
+1
-1
@@ -523,7 +523,7 @@ Vector3Unproject :: proc "c" (source: Vector3, projection: Matrix, view: Matrix)
|
|||||||
|
|
||||||
quat: Quaternion
|
quat: Quaternion
|
||||||
quat.x = source.x
|
quat.x = source.x
|
||||||
quat.y = source.z
|
quat.y = source.y
|
||||||
quat.z = source.z
|
quat.z = source.z
|
||||||
quat.w = 1
|
quat.w = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user