From 589527a2361afd6bd8f52bc1a4f65d446c2b9712 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:46 -0500 Subject: [PATCH] spelling: information Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/learnopengl/entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/learnopengl/entity.h b/includes/learnopengl/entity.h index 6ec706f..679a8ee 100644 --- a/includes/learnopengl/entity.h +++ b/includes/learnopengl/entity.h @@ -14,7 +14,7 @@ protected: glm::vec3 m_eulerRot = { 0.0f, 0.0f, 0.0f }; //In degrees glm::vec3 m_scale = { 1.0f, 1.0f, 1.0f }; - //Global space informaiton concatenate in matrix + //Global space information concatenate in matrix glm::mat4 m_modelMatrix = glm::mat4(1.0f); //Dirty flag