mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Fixed missing constexpr in quaternion length
This commit is contained in:
parent
08c95429fe
commit
9d149d677f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue