mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
update GLM_FLT_EPSILON to use 1e-5 instead of 1e-6
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#ifndef CGLM_USE_DEFAULT_EPSILON
|
#ifndef CGLM_USE_DEFAULT_EPSILON
|
||||||
# ifndef GLM_FLT_EPSILON
|
# ifndef GLM_FLT_EPSILON
|
||||||
# define GLM_FLT_EPSILON 1e-6
|
# define GLM_FLT_EPSILON 1e-5
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# define GLM_FLT_EPSILON FLT_EPSILON
|
# define GLM_FLT_EPSILON FLT_EPSILON
|
||||||
|
|||||||
Reference in New Issue
Block a user