aboutsummaryrefslogtreecommitdiff
path: root/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'vector.h')
-rw-r--r--vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vector.h b/vector.h
index 5609215..2fcb648 100644
--- a/vector.h
+++ b/vector.h
@@ -2,7 +2,7 @@
#define VECTOR_H
#define COORD_T float
-#define ZERO_APROX 1e-6
+#define ZERO_APROX 1e-5
typedef struct {
COORD_T x;