Fix compilation under xcode 6.4

This commit is contained in:
Hinara 2019-07-29 17:21:44 +02:00 committed by GitHub
parent 947527d3ac
commit 163b57c319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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