Consistency
Former-commit-id: 379ae9d0f63c08a2de6f573bdb52068ed84c19ef
This commit is contained in:
parent
8716daf73c
commit
853ff0e701
|
|
@ -2027,7 +2027,8 @@ void NzRenderer::UpdateMatrix(nzMatrixType type)
|
|||
|
||||
// Matrices combinées
|
||||
case nzMatrixType_ViewProj:
|
||||
s_matrices[nzMatrixType_ViewProj].matrix = s_matrices[nzMatrixType_View].matrix * s_matrices[nzMatrixType_Projection].matrix;
|
||||
s_matrices[nzMatrixType_ViewProj].matrix = s_matrices[nzMatrixType_View].matrix;
|
||||
s_matrices[nzMatrixType_ViewProj].matrix.Concatenate(s_matrices[nzMatrixType_Projection].matrix);
|
||||
s_matrices[nzMatrixType_ViewProj].updated = true;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue