Fix compilation under xcode 6.4

master
Hinara ago%!(EXTRA string=6 years) committed by GitHub
parent 947527d3ac
commit 163b57c319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      glm/detail/type_quat.hpp

@ -47,7 +47,7 @@ namespace glm
typename detail::storage<4, T, detail::is_aligned<Q>::value>::type data; typename detail::storage<4, T, detail::is_aligned<Q>::value>::type data;
}; };
# else # else
T x, y, z, w; T w, x, y, z;
# endif # endif
# if GLM_SILENT_WARNINGS == GLM_ENABLE # if GLM_SILENT_WARNINGS == GLM_ENABLE

Loading…
Cancel
Save