epsilon was set too small (below machine epsilon)

This commit is contained in:
ejcoumans
2006-11-11 19:52:53 +00:00
parent 18b0603c69
commit 7d7611f671

View File

@@ -22,8 +22,8 @@ subject to the following restrictions:
#include <stdio.h> //for debug printf
#endif
#define REL_ERROR2 1.0e-10f
//must be above the machine epsilon
#define REL_ERROR2 1.0e-6f
#ifdef __SPU__