Graphics/ViewerInstance: fix typo

This commit is contained in:
SirLynix
2022-03-31 13:35:08 +02:00
parent a4bca0f169
commit f14b10baf4
3 changed files with 13 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ namespace Nz
Matrix4f m_viewMatrix;
Vector2f m_targetSize;
Vector3f m_eyePosition;
bool m_dataInvalided;
bool m_dataInvalidated;
};
}