Fixed dual quat built on GCC
This commit is contained in:
@@ -66,7 +66,7 @@ namespace detail
|
|||||||
public:
|
public:
|
||||||
glm::detail::tquat<T, P> real, dual;
|
glm::detail::tquat<T, P> real, dual;
|
||||||
|
|
||||||
GLM_FUNC_DECL size_type length() const;
|
GLM_FUNC_DECL GLM_CONSTEXPR size_type length() const;
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
tdualquat();
|
tdualquat();
|
||||||
|
|||||||
Reference in New Issue
Block a user