Revert "Fix construction of identity quaternion"

This reverts commit 37842c7400.
This commit is contained in:
Gaoyang Zhang 2021-05-06 14:12:22 +08:00
parent 43b81f49fc
commit f6f3596a6b

View File

@ -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
}
};