Fixed build

master
Christophe Riccio ago%!(EXTRA string=11 years)
parent 893de94bb1
commit 857e7f5075
  1. 4
      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)

Loading…
Cancel
Save