Fixed dual quat built on GCC

master
Christophe Riccio ago%!(EXTRA string=12 years)
parent 5338aaac9e
commit b2e55904b8
  1. 2
      glm/gtx/dual_quaternion.hpp

@ -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();

Loading…
Cancel
Save