A line that is new has arrived; it's true.
This commit is contained in:
@@ -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];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user