summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/tests/math_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bx/tests/math_test.cpp')
-rw-r--r--3rdparty/bx/tests/math_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bx/tests/math_test.cpp b/3rdparty/bx/tests/math_test.cpp
index d2a36420974..fa3a00d6e4c 100644
--- a/3rdparty/bx/tests/math_test.cpp
+++ b/3rdparty/bx/tests/math_test.cpp
@@ -237,7 +237,7 @@ TEST_CASE("quaternion", "")
float mtxQ[16];
float mtx[16];
- bx::Quaternion quat = { 0.0f, 0.0f, 0.0f, 1.0f };
+ bx::Quaternion quat = bx::init::Identity;
bx::mtxQuat(mtxQ, quat);
bx::mtxIdentity(mtx);
mtxCheck(mtxQ, mtx);