mirror of
https://github.com/recp/cglm.git
synced 2025-12-25 12:55:04 +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 GLM_FLT_EPSILON
|
||||
# define GLM_FLT_EPSILON 1e-6
|
||||
# define GLM_FLT_EPSILON 1e-5
|
||||
# endif
|
||||
#else
|
||||
# define GLM_FLT_EPSILON FLT_EPSILON
|
||||
|
||||
Reference in New Issue
Block a user