Skip to content
Snippets Groups Projects
Commit 131eb56f authored by proller's avatar proller
Browse files

Disable collision fix, its broke unit tests

parent 37ca8854
Branches
Tags
No related merge requests found
......@@ -32,7 +32,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "profiler.h"
// float error is 10 - 9.96875 = 0.03125
#define COLL_ZERO 0.032
//#define COLL_ZERO 0.032 // broken unit tests
#define COLL_ZERO 0
// Helper function:
// Checks for collision of a moving aabbox with a static aabbox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment