diff --git a/glm/gtx/constants.hpp b/glm/gtx/constants.hpp index d8ea4f05..013f1e7d 100644 --- a/glm/gtx/constants.hpp +++ b/glm/gtx/constants.hpp @@ -146,9 +146,9 @@ namespace glm } template - GLM_FUNC_QUALIFIER T ln_ten(2.30258509299404568401799145468436421) + GLM_FUNC_QUALIFIER T ln_ten() { - return T(); + return T(2.30258509299404568401799145468436421); } template