aboutsummaryrefslogtreecommitdiff
path: root/redist/linmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'redist/linmath.h')
-rw-r--r--redist/linmath.h2
1 files changed, 1 insertions, 1 deletions
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]