mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fix compilation under xcode 6.4
This commit is contained in:
parent
947527d3ac
commit
163b57c319
@ -47,7 +47,7 @@ namespace glm
|
||||
typename detail::storage<4, T, detail::is_aligned<Q>::value>::type data;
|
||||
};
|
||||
# else
|
||||
T x, y, z, w;
|
||||
T w, x, y, z;
|
||||
# endif
|
||||
|
||||
# if GLM_SILENT_WARNINGS == GLM_ENABLE
|
||||
|
Loading…
Reference in New Issue
Block a user