From: proller Date: Sun, 30 Jun 2013 20:26:54 +0000 (+0400) Subject: Disable collision fix, its broke unit tests X-Git-Tag: 0.4.8~368 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=131eb56f5202f1e4826c1cacbfcee7f34b7dfe33;p=oweals%2Fminetest.git Disable collision fix, its broke unit tests --- diff --git a/src/collision.cpp b/src/collision.cpp index df3878f4c..0c67abe8c 100644 --- a/src/collision.cpp +++ b/src/collision.cpp @@ -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