Fixed GCC build broken by #548 PR

master
Christophe Riccio ago%!(EXTRA string=9 years)
parent 4175505a83
commit fa51f18b0c
  1. 2
      glm/detail/type_vec.hpp

@ -21,7 +21,7 @@ namespace detail
template <typename T> \ template <typename T> \
struct storage<T, x, true> { \ struct storage<T, x, true> { \
GLM_ALIGNED_STRUCT(x) type { \ GLM_ALIGNED_STRUCT(x) type { \
uint8_t data[x]; \ uint8 data[x]; \
}; \ }; \
}; };

Loading…
Cancel
Save