From 497da9a7cd405c31b1a0d7baa2115842bd092294 Mon Sep 17 00:00:00 2001 From: Morgan Bengtsson Date: Fri, 28 Aug 2015 22:13:05 +0200 Subject: [PATCH] Update matrix_decompose.hpp Changed documentation to show correct include file. --- glm/gtx/matrix_decompose.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/matrix_decompose.hpp b/glm/gtx/matrix_decompose.hpp index 735b4288..e7fc83e2 100644 --- a/glm/gtx/matrix_decompose.hpp +++ b/glm/gtx/matrix_decompose.hpp @@ -36,7 +36,7 @@ /// /// @brief Decomposes a model matrix to translations, rotation and scale components /// -/// need to be included to use these functionalities. +/// need to be included to use these functionalities. /////////////////////////////////////////////////////////////////////////////////// #pragma once