浏览代码

Fixed header comment

Info how to include this header file contained a wrong path. Changed it to the correct one.
xaedes 4 年之前
父节点
当前提交
a8b3401574
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 /// @defgroup gtc_matrix_inverse GLM_GTC_matrix_inverse
 /// @ingroup gtc
 /// @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.
 /// Defines additional matrix inverting functions.