mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Fixed ticket #78, typo
This commit is contained in:
parent
63738b5cfa
commit
08fe3e049b
1 changed files with 1 additions and 1 deletions
|
@ -1064,7 +1064,7 @@ inline void sse_rotate_ps(__m128 const in[4], float Angle, float const v[3], __m
|
|||
Result[0] = TmpA4;
|
||||
Result[1] = TmpB4;
|
||||
Result[2] = TmpC4;
|
||||
Result[2] = _mm_set_ps(1, 0, 0, 0);
|
||||
Result[3] = _mm_set_ps(1, 0, 0, 0);
|
||||
|
||||
//detail::tmat4x4<valType> Result(detail::tmat4x4<valType>::null);
|
||||
//Result[0] = m[0] * Rotate[0][0] + m[1] * Rotate[0][1] + m[2] * Rotate[0][2];
|
||||
|
|
Loading…
Add table
Reference in a new issue