diff --git a/include/fastgltf/math.hpp b/include/fastgltf/math.hpp index f75a73752..467960340 100644 --- a/include/fastgltf/math.hpp +++ b/include/fastgltf/math.hpp @@ -39,7 +39,7 @@ * The fastgltf::math namespace contains all math functions and types which are needed for working with glTF assets. */ namespace fastgltf::math { - FASTGLTF_EXPORT inline constexpr long double pi = 3.141592653589793116; + FASTGLTF_EXPORT inline constexpr long double pi = 3.1415926535897932385; /** Value clamp using std::less */ FASTGLTF_EXPORT template