mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
This commit is contained in:
parent
028b303a65
commit
13724cfae6
@ -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…
Reference in New Issue
Block a user