mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 21:15:03 +00:00
Update qualifier.hpp
Fix incorrect type for storage<3, unsigned int, true> in SSE2 Previously defined as glm_i32vec4, now correctly set to glm_u32vec4.
This commit is contained in:
parent
2d4c4b4dd3
commit
7bf2719ee0
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ namespace detail
|
|||
template<>
|
||||
struct storage<3, unsigned int, true>
|
||||
{
|
||||
typedef glm_i32vec4 type;
|
||||
typedef glm_u32vec4 type;
|
||||
};
|
||||
|
||||
template<>
|
||||
|
|
Loading…
Add table
Reference in a new issue