瀏覽代碼

Updated test

Christophe Riccio 14 年之前
父節點
當前提交
653eef7357
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      test/gtc/gtc_type_ptr.cpp

+ 2 - 2
test/gtc/gtc_type_ptr.cpp

@@ -4,12 +4,12 @@
 // Created : 2010-09-16
 // Updated : 2010-09-16
 // Licence : This source is under MIT licence
-// File    : test/gtc/matrix_transform.cpp
+// File    : test/gtc/type_ptr.cpp
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 #define GLM_MESSAGES
 #include <glm/glm.hpp>
-#include <glm/gtc/matrix_transform.hpp>
+#include <glm/gtc/type_ptr.hpp>
 
 int main()
 {