diff --git a/glm/gtc/constants.hpp b/glm/gtc/constants.hpp index 5dececb9..6a1f37d3 100644 --- a/glm/gtc/constants.hpp +++ b/glm/gtc/constants.hpp @@ -42,7 +42,7 @@ namespace glm /// Return unit-circle circumference, or pi * 2. /// @see gtc_constants template - GLM_FUNC_DECL GLM_CONSTEXPR genType tau() { return glm::two_pi(); } + GLM_FUNC_DECL GLM_CONSTEXPR genType tau(); /// Return square root of pi. /// @see gtc_constants