Consistency
Former-commit-id: 379ae9d0f63c08a2de6f573bdb52068ed84c19ef
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user