Fixed missing constexpr in quaternion length
This commit is contained in:
parent
08c95429fe
commit
9d149d677f
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user