light: Adjust epsilon

This commit is contained in:
Eric Wasylishen 2017-02-16 15:57:24 -07:00
parent 21fa5c5949
commit c4f3897f47
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ extern const vec3_t vec3_origin;
#define EQUAL_EPSILON 0.001
#define ZERO_TRI_AREA_EPSILON 0.01f
#define POINT_EQUAL_EPSILON 0.01f
#define ZERO_TRI_AREA_EPSILON 0.05f
#define POINT_EQUAL_EPSILON 0.05f
qboolean VectorCompare(const vec3_t v1, const vec3_t v2);