Revert "fix definition to match declaration"

This reverts commit 62ced8df39.
This commit is contained in:
Celestin de Villa 2015-10-13 17:02:28 +02:00
parent 035ee3d182
commit e1f219a351

View File

@ -67,7 +67,7 @@ namespace glm
// cot
template <typename genType>
GLM_FUNC_QUALIFIER genType cot(genType const & angle)
GLM_FUNC_QUALIFIER genType cot(genType angle)
{
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'cot' only accept floating-point values");