diff --git a/glm/gtc/reciprocal.inl b/glm/gtc/reciprocal.inl index e40eb7f3..b86c347b 100644 --- a/glm/gtc/reciprocal.inl +++ b/glm/gtc/reciprocal.inl @@ -67,7 +67,7 @@ namespace glm // cot template - GLM_FUNC_QUALIFIER genType cot(genType const & angle) + GLM_FUNC_QUALIFIER genType cot(genType angle) { GLM_STATIC_ASSERT(std::numeric_limits::is_iec559, "'cot' only accept floating-point values");