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
+1
View File
@@ -541,3 +541,4 @@ void RageMatrixTranspose( RageMatrix* pOut, const RageMatrix* pIn )
for( int j=0; j<4; j++) for( int j=0; j<4; j++)
pOut->m[j][i] = pIn->m[i][j]; pOut->m[j][i] = pIn->m[i][j];
} }