mirror of
https://github.com/g-truc/glm.git
synced 2025-04-16 18:24:58 +00:00
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
This commit is contained in:
parent
028b303a65
commit
13724cfae6
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue