mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Fixed mat3x2 length fucntion
This commit is contained in:
parent
7e275a6511
commit
a1d172153e
@ -13,7 +13,7 @@ namespace detail
|
||||
template <typename T>
|
||||
GLM_FUNC_QUALIFIER typename tmat3x2<T>::size_type tmat3x2<T>::length() const
|
||||
{
|
||||
return 2;
|
||||
return 3;
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user