mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Revert "Fix construction of identity quaternion"
This reverts commit 37842c7400
.
This commit is contained in:
parent
43b81f49fc
commit
f6f3596a6b
1 changed files with 0 additions and 4 deletions
|
@ -214,11 +214,7 @@ namespace detail
|
|||
{
|
||||
GLM_FUNC_QUALIFIER GLM_CONSTEXPR static genType identity()
|
||||
{
|
||||
# ifdef GLM_FORCE_QUAT_DATA_WXYZ
|
||||
return genType(1, 0, 0, 0);
|
||||
# else
|
||||
return genType(0, 0, 0, 1);
|
||||
# endif
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue