A line that is new has arrived; it's true.

This commit is contained in:
Jason Felds
2004-01-13 01:15:38 +00:00
parent 0668271fde
commit cc99e4f471
+2 -1
View File
@@ -540,4 +540,5 @@ void RageMatrixTranspose( RageMatrix* pOut, const RageMatrix* pIn )
for( int i=0; i<4; i++)
for( int j=0; j<4; j++)
pOut->m[j][i] = pIn->m[i][j];
}
}