Patrick Quirk: fix typo (Norman: "looks like this is probably a bug")
This commit is contained in:
parent
4c2c48b46a
commit
fb9453fc2d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ static void MakeVIEW_OFFSET( sgMat4 dst,
|
|||
mat3[0][1] = tmp * axis3[1] + s * axis3[2] ;
|
||||
mat3[0][2] = tmp * axis3[2] - s * axis3[1] ;
|
||||
|
||||
tmp = t * axis2[1];
|
||||
tmp = t * axis3[1];
|
||||
mat3[1][0] = tmp * axis3[0] - s * axis3[2] ;
|
||||
mat3[1][1] = tmp * axis3[1] + c ;
|
||||
mat3[1][2] = tmp * axis3[2] + s * axis3[0] ;
|
||||
|
|
Loading…
Add table
Reference in a new issue