Selaa lähdekoodia

Change dualquat::components to 2, not 8

Jesse Talavera-Greenberg 10 vuotta sitten
vanhempi
sitoutus
4aa385a37a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      glm/gtx/dual_quaternion.hpp

+ 1 - 1
glm/gtx/dual_quaternion.hpp

@@ -65,7 +65,7 @@ namespace glm
 		typedef glm::tquat<T, P> part_type;
 
 #		ifdef GLM_META_PROG_HELPERS
-			static GLM_RELAXED_CONSTEXPR length_t components = 8;
+			static GLM_RELAXED_CONSTEXPR length_t components = 2;
 			static GLM_RELAXED_CONSTEXPR precision prec = P;
 #		endif//GLM_META_PROG_HELPERS