Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests

master
Christophe Riccio ago%!(EXTRA string=6 years)
parent 028b303a65
commit 13724cfae6
  1. 4
      glm/detail/type_quat.hpp

@ -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

Loading…
Cancel
Save