Przeglądaj źródła

Update matrix_decompose.hpp

Changed documentation to show correct include file.
Morgan Bengtsson 10 lat temu
rodzic
commit
497da9a7cd
1 zmienionych plików z 1 dodań i 1 usunięć
  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