Fixed build

This commit is contained in:
Christophe Riccio 2017-08-16 01:37:35 +02:00
parent 247facbd49
commit 3cd2872a00

View File

@ -46,7 +46,7 @@ namespace glm
struct { T r, g, b, a; };
struct { T s, t, p, q; };
typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data;
typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<Q>::value>::type data;
# if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED
GLM_SWIZZLE4_2_MEMBERS(T, P, x, y, z, w)