mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
Disable collision fix, its broke unit tests
This commit is contained in:
parent
37ca8854f7
commit
131eb56f52
@ -32,7 +32,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include "profiler.h"
|
#include "profiler.h"
|
||||||
|
|
||||||
// float error is 10 - 9.96875 = 0.03125
|
// 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:
|
// Helper function:
|
||||||
// Checks for collision of a moving aabbox with a static aabbox
|
// Checks for collision of a moving aabbox with a static aabbox
|
||||||
|
Loading…
Reference in New Issue
Block a user