mirror of
https://github.com/g-truc/glm.git
synced 2025-04-14 17:13:41 +00:00
Fixed matrix division
This commit is contained in:
parent
2438ec04b1
commit
3def64b49b
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ namespace detail
|
|||
)
|
||||
{
|
||||
__m128 Inv[4];
|
||||
sse_inverse_ps(&this->Data[0].Data, Inv);
|
||||
sse_inverse_ps(&m.Data[0].Data, Inv);
|
||||
sse_mul_ps(&this->Data[0].Data, Inv, &this->Data[0].Data);
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue