aboutsummaryrefslogtreecommitdiff
path: root/redist/linmath.h
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-04-20 22:31:18 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-04-20 22:50:20 -0600
commita1027bceebb36afc4fa9d082277478abd8101eda (patch)
treef9692cad198f8e39e4fa0fe6cdd4cf1d5abcef5c /redist/linmath.h
parent3c007f47a30b70f00fd642b14ef8f4127c46ffc3 (diff)
downloadlibsurvive-a1027bceebb36afc4fa9d082277478abd8101eda.tar.gz
libsurvive-a1027bceebb36afc4fa9d082277478abd8101eda.tar.bz2
Enabled and then cleaned up warnings
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]