diff --git a/glm/detail/type_vec.hpp b/glm/detail/type_vec.hpp index af8ed14a..7849db63 100644 --- a/glm/detail/type_vec.hpp +++ b/glm/detail/type_vec.hpp @@ -21,7 +21,7 @@ namespace detail template \ struct storage { \ GLM_ALIGNED_STRUCT(x) type { \ - uint8_t data[x]; \ + uint8 data[x]; \ }; \ };