From a1027bceebb36afc4fa9d082277478abd8101eda Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 20 Apr 2018 22:31:18 -0600 Subject: Enabled and then cleaned up warnings --- redist/linmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redist/linmath.h') diff --git a/redist/linmath.h b/redist/linmath.h index 78cac5c..aff46a3 100644 --- a/redist/linmath.h +++ b/redist/linmath.h @@ -14,7 +14,7 @@ extern "C" { #endif // Yes, I know it's kind of arbitrary. -#define DEFAULT_EPSILON 0.001 +#define DEFAULT_EPSILON 0.0000000001 // For printf #define PFTHREE(x) (x)[0], (x)[1], (x)[2] -- cgit v1.2.3