Skip to content

Commit

Permalink
Disable collision fix, its broke unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Jun 30, 2013
1 parent 37ca885 commit 131eb56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collision.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 131eb56

Please sign in to comment.