Skip to content

Commit

Permalink
Fixed GCC build broken by #548 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Sep 18, 2016
1 parent ca0b7a9 commit 6a30bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glm/detail/type_vec.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace detail
template <typename T> \
struct storage<T, x, true> { \
GLM_ALIGNED_STRUCT(x) type { \
uint8_t data[x]; \
uint8 data[x]; \
}; \
};

Expand Down

0 comments on commit 6a30bbb

Please sign in to comment.