reduce MAX_SDF_BODIES to 512, it causes stack overflow failures in some internal tests

This commit is contained in:
Erwin Coumans
2017-11-20 11:05:31 -08:00
parent 601767bca5
commit 3e17f3387a

View File

@@ -355,7 +355,7 @@ enum b3VREventType
#define MAX_KEYBOARD_EVENTS 256 #define MAX_KEYBOARD_EVENTS 256
#define MAX_MOUSE_EVENTS 256 #define MAX_MOUSE_EVENTS 256
#define MAX_SDF_BODIES 1024 #define MAX_SDF_BODIES 512
enum b3VRButtonInfo enum b3VRButtonInfo