mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 17:04:35 +00:00
Bring back quaternion to xyzw storage to remain backward compatible #942
This commit is contained in:
parent
9a32317065
commit
247beeb5bf
@ -47,7 +47,7 @@ namespace glm
|
||||
typename detail::storage<4, T, detail::is_aligned<Q>::value>::type data;
|
||||
};
|
||||
# else
|
||||
T w, x, y, z;
|
||||
T x, y, z, w;
|
||||
# endif
|
||||
|
||||
# if GLM_SILENT_WARNINGS == GLM_ENABLE
|
||||
|
Loading…
Reference in New Issue
Block a user