Browse Source

Fixed header comment

Info how to include this header file contained a wrong path. Changed it to the correct one.
xaedes 4 years ago
parent
commit
a8b3401574
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtc/matrix_inverse.hpp

+ 1 - 1
glm/gtc/matrix_inverse.hpp

@@ -6,7 +6,7 @@
 /// @defgroup gtc_matrix_inverse GLM_GTC_matrix_inverse
 /// @ingroup gtc
 ///
-/// Include <glm/gtc/matrix_integer.hpp> to use the features of this extension.
+/// Include <glm/gtc/matrix_inverse.hpp> to use the features of this extension.
 ///
 /// Defines additional matrix inverting functions.