mesa: fix _math_matrix_copy(), again
authorBrian Paul <brianp@vmware.com>
Mon, 30 Jul 2012 14:29:08 +0000 (08:29 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 30 Jul 2012 14:30:15 +0000 (08:30 -0600)
commitb51be8786f681210ed865c46065770ba91bc7bcb
tree4ceafbdd1c8fec2dfc003689adf0484fc7284353
parent502c10839e53e7f7e709c10927405d1b84961b80
mesa: fix _math_matrix_copy(), again

The matrix is 16 GLfloats in size.  Since from->inv is just a pointer (not
an array), sizeof(*from->inv) wasn't right.
src/mesa/math/m_matrix.c