mirror of
https://github.com/g-truc/glm.git
synced 2026-06-08 02:23:48 +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:
@@ -141,7 +141,7 @@ namespace detail
|
||||
template<>
|
||||
struct storage<3, unsigned int, true>
|
||||
{
|
||||
typedef glm_i32vec4 type;
|
||||
typedef glm_u32vec4 type;
|
||||
};
|
||||
|
||||
template<>
|
||||
|
||||
Reference in New Issue
Block a user