Fixed build
This commit is contained in:
@@ -56,8 +56,8 @@ namespace glm
|
|||||||
(
|
(
|
||||||
tdualquat<T, P> const & d,
|
tdualquat<T, P> const & d,
|
||||||
) :
|
) :
|
||||||
real(d.r),
|
real(d.real),
|
||||||
dual(d.d)
|
dual(d.dual)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
template <typename T, precision P>
|
template <typename T, precision P>
|
||||||
@@ -66,8 +66,8 @@ namespace glm
|
|||||||
(
|
(
|
||||||
tdualquat<T, Q> const & d,
|
tdualquat<T, Q> const & d,
|
||||||
) :
|
) :
|
||||||
real(d.r),
|
real(d.real),
|
||||||
dual(d.d)
|
dual(d.dual)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user