Jelajahi Sumber

Fixed GCC build broken by #548 PR

Christophe Riccio 9 tahun lalu
induk
melakukan
6a30bbbe51
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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]; \
 			}; \
 			}; \
 		};
 		};