mirror of
https://github.com/g-truc/glm.git
synced 2024-11-27 02:34:35 +00:00
Merge pull request #70 from Adellica/0.9.4
Fixed mat2x4 value-type constructor, issue #70
This commit is contained in:
commit
e5172fb284
@ -109,7 +109,7 @@ namespace detail
|
|||||||
{
|
{
|
||||||
value_type const Zero(0);
|
value_type const Zero(0);
|
||||||
this->value[0] = col_type(s, Zero, Zero, Zero);
|
this->value[0] = col_type(s, Zero, Zero, Zero);
|
||||||
this->value[1] = col_type(Zero, Zero, Zero, Zero);
|
this->value[1] = col_type(Zero, s, Zero, Zero);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Loading…
Reference in New Issue
Block a user