Browse Source

Merge branch 'master' of https://github.com/g-truc/glm

Christophe Riccio 10 years ago
parent
commit
f28708265d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtx/matrix_decompose.hpp

+ 1 - 1
glm/gtx/matrix_decompose.hpp

@@ -36,7 +36,7 @@
 /// 
 /// @brief Decomposes a model matrix to translations, rotation and scale components
 /// 
-/// <glm/gtx/decomposition.hpp> need to be included to use these functionalities.
+/// <glm/gtx/matrix_decompose.hpp> need to be included to use these functionalities.
 ///////////////////////////////////////////////////////////////////////////////////
 
 #pragma once