This commit is contained in:
christophe 2023-12-22 10:08:48 +01:00
parent b486701da4
commit 9fa68ae493

View File

@ -54,7 +54,7 @@ namespace glm
# ifdef GLM_FORCE_QUAT_DATA_WXYZ
T w, x, y, z;
# else
T w, x, y, z;
T x, y, z, w;
# endif
# endif