Remove duplicated transpose
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Tue, 27 Jul 2010 00:17:40 +0000 (00:17 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Tue, 27 Jul 2010 00:17:40 +0000 (00:17 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@3222 78b8d119-cf0a-0410-b17c-f493084dd1d7

share/ball.c

index cc9e29f..de26f07 100644 (file)
@@ -409,7 +409,6 @@ void ball_draw(const float *ball_M,
 
     m_xps(ball_T, ball_M);
     m_xps(pend_T, pend_M);
-    m_xps(pend_T, pend_M);
 
     m_mult(ball_bill_M, ball_T, bill_M);
     m_mult(pend_bill_M, pend_T, bill_M);