diff --git a/src/Math/constants.h b/src/Math/constants.h index 64dfeb0b0..cd79e4a78 100644 --- a/src/Math/constants.h +++ b/src/Math/constants.h @@ -24,8 +24,8 @@ namespace Magnum { namespace Math { /** @brief Pi */ #define PI 3.1415926535 -/** @brief Maximal tolerance when comparing doubles */ -#define EPSILON 1.0e-7 +/** @brief Maximal tolerance when comparing floats */ +#define EPSILON 1.0e-6 }}