Christophe Riccio hace 11 años
padre
commit
857e7f5075
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      glm/gtx/dual_quaternion.inl

+ 2 - 2
glm/gtx/dual_quaternion.inl

@@ -54,7 +54,7 @@ namespace glm
 	template <typename T, precision P>
 	template <typename T, precision P>
 	GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat
 	GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat
 	(
 	(
-		tdualquat<T, P> const & d,
+		tdualquat<T, P> const & d
 	) :
 	) :
 		real(d.real),
 		real(d.real),
 		dual(d.dual)
 		dual(d.dual)
@@ -64,7 +64,7 @@ namespace glm
 	template <precision Q>
 	template <precision Q>
 	GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat
 	GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat
 	(
 	(
-		tdualquat<T, Q> const & d,
+		tdualquat<T, Q> const & d
 	) :
 	) :
 		real(d.real),
 		real(d.real),
 		dual(d.dual)
 		dual(d.dual)