Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests

This commit is contained in:
Christophe Riccio 2020-01-05 21:19:37 +01:00
parent 028b303a65
commit 13724cfae6

View File

@ -52,9 +52,9 @@ namespace glm
};
# else
# ifdef GLM_FORCE_QUAT_DATA_WXYZ
T x, y, z, w;
# else
T w, x, y, z;
# else
T x, y, z, w;
# endif
# endif