Преглед изворни кода

Removed erroneous include "./gtc/dual_quaternion.hpp". Now correctly including "./gtx/dual_quaternion.hpp"

Maksim Vorobiev пре 13 година
родитељ
комит
2afa70aedf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      glm/ext.hpp

+ 1 - 1
glm/ext.hpp

@@ -72,7 +72,6 @@
 #include "./gtc/matrix_transform.hpp"
 #include "./gtc/matrix_transform.hpp"
 #include "./gtc/noise.hpp"
 #include "./gtc/noise.hpp"
 #include "./gtc/quaternion.hpp"
 #include "./gtc/quaternion.hpp"
-#include "./gtc/dual_quaternion.hpp"
 #include "./gtc/random.hpp"
 #include "./gtc/random.hpp"
 #include "./gtc/reciprocal.hpp"
 #include "./gtc/reciprocal.hpp"
 #include "./gtc/swizzle.hpp"
 #include "./gtc/swizzle.hpp"
@@ -88,6 +87,7 @@
 #include "./gtx/color_space_YCoCg.hpp"
 #include "./gtx/color_space_YCoCg.hpp"
 #include "./gtx/compatibility.hpp"
 #include "./gtx/compatibility.hpp"
 #include "./gtx/component_wise.hpp"
 #include "./gtx/component_wise.hpp"
+#include "./gtx/dual_quaternion.hpp"
 #include "./gtx/euler_angles.hpp"
 #include "./gtx/euler_angles.hpp"
 #include "./gtx/extend.hpp"
 #include "./gtx/extend.hpp"
 #include "./gtx/extented_min_max.hpp"
 #include "./gtx/extented_min_max.hpp"