update GLM_FLT_EPSILON to use 1e-5 instead of 1e-6

This commit is contained in:
Recep Aslantas
2021-10-06 21:08:55 +03:00
parent 0631598d08
commit 82d1050c63

View File

@@ -44,7 +44,7 @@
#ifndef CGLM_USE_DEFAULT_EPSILON
# ifndef GLM_FLT_EPSILON
# define GLM_FLT_EPSILON 1e-6
# define GLM_FLT_EPSILON 1e-5
# endif
#else
# define GLM_FLT_EPSILON FLT_EPSILON