From 08fe3e049b9a1a56ef15923874d189735841f0df Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 28 Mar 2011 12:33:18 +0100 Subject: [PATCH] Fixed ticket #78, typo --- glm/core/intrinsic_matrix.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/core/intrinsic_matrix.inl b/glm/core/intrinsic_matrix.inl index 26011cd1..58e6bac4 100644 --- a/glm/core/intrinsic_matrix.inl +++ b/glm/core/intrinsic_matrix.inl @@ -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 Result(detail::tmat4x4::null); //Result[0] = m[0] * Rotate[0][0] + m[1] * Rotate[0][1] + m[2] * Rotate[0][2];