Forráskód Böngészése

Merge pull request #393 from morganbengtsson/master

Update matrix_decompose.hpp #393
Christophe R. 10 éve
szülő
commit
7a8b532519
1 módosított fájl, 1 hozzáadás és 1 törlés
  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