Explorar o código

Fixed GCC build broken by #548 PR

Christophe Riccio %!s(int64=9) %!d(string=hai) anos
pai
achega
fa51f18b0c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      glm/detail/type_vec.hpp

+ 1 - 1
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]; \
 			}; \
 			}; \
 		};
 		};