This commit is contained in:
Ayush Sharma 2025-03-26 19:01:02 +05:30 committed by GitHub
commit 125ec5a0bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ namespace detail
template<>
struct storage<3, unsigned int, true>
{
typedef glm_i32vec4 type;
typedef glm_u32vec4 type;
};
template<>