mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Fixed build
This commit is contained in:
parent
893de94bb1
commit
857e7f5075
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ namespace glm
|
|||
template <typename T, precision P>
|
||||
GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat
|
||||
(
|
||||
tdualquat<T, P> const & d,
|
||||
tdualquat<T, P> const & d
|
||||
) :
|
||||
real(d.real),
|
||||
dual(d.dual)
|
||||
|
@ -64,7 +64,7 @@ namespace glm
|
|||
template <precision Q>
|
||||
GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat
|
||||
(
|
||||
tdualquat<T, Q> const & d,
|
||||
tdualquat<T, Q> const & d
|
||||
) :
|
||||
real(d.real),
|
||||
dual(d.dual)
|
||||
|
|
Loading…
Add table
Reference in a new issue