Fixed build

master
Christophe Riccio ago%!(EXTRA string=11 years)
parent e6a890454d
commit 893de94bb1
  1. 8
      glm/gtx/dual_quaternion.inl

@ -56,8 +56,8 @@ namespace glm
(
tdualquat<T, P> const & d,
) :
real(d.r),
dual(d.d)
real(d.real),
dual(d.dual)
{}
template <typename T, precision P>
@ -66,8 +66,8 @@ namespace glm
(
tdualquat<T, Q> const & d,
) :
real(d.r),
dual(d.d)
real(d.real),
dual(d.dual)
{}
//////////////////////////////////////

Loading…
Cancel
Save