Fixed GCC build broken by #548 PR
This commit is contained in:
parent
ca0b7a9929
commit
6a30bbbe51
@ -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…
x
Reference in New Issue
Block a user