Added missing const expression qualifier on quaternion legth declaration

This commit is contained in:
Christophe Riccio
2013-09-30 01:16:34 +02:00
parent f228d42910
commit 6e337bd5e0

View File

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