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