Browse Source

Fixed GTX_extended_min_max build

Christophe Riccio 10 years ago
parent
commit
9902e3014f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/gtx/gtx_extended_min_max.cpp

+ 1 - 1
test/gtx/gtx_extended_min_max.cpp

@@ -29,7 +29,7 @@
 /// @author Christophe Riccio
 ///////////////////////////////////////////////////////////////////////////////////
 
-#include <glm/gtx/extented_min_max.hpp>
+#include <glm/gtx/extended_min_max.hpp>
 
 int main()
 {