Added missing const expression qualifier on quaternion legth declaration

master
Christophe Riccio ago%!(EXTRA string=12 years)
parent f228d42910
commit 6e337bd5e0
  1. 2
      glm/gtc/quaternion.hpp

@ -61,7 +61,7 @@ namespace detail
public:
T x, y, z, w;
GLM_FUNC_DECL int length() const;
GLM_FUNC_DECL GLM_CONSTEXPR int length() const;
// Constructors
tquat();

Loading…
Cancel
Save