Disable collision fix, its broke unit tests
authorproller <proller@github.com>
Sun, 30 Jun 2013 20:26:54 +0000 (00:26 +0400)
committerproller <proller@github.com>
Sun, 30 Jun 2013 20:26:54 +0000 (00:26 +0400)
src/collision.cpp

index df3878f4c6c26dcdb638bbcb6cf4a179021d9727..0c67abe8c3b5e7fe219b6637ebafecafc26105a7 100644 (file)
@@ -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