From 3e17f3387a976da6f3b499a92219676074405086 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Mon, 20 Nov 2017 11:05:31 -0800 Subject: [PATCH] reduce MAX_SDF_BODIES to 512, it causes stack overflow failures in some internal tests --- examples/SharedMemory/SharedMemoryPublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SharedMemory/SharedMemoryPublic.h b/examples/SharedMemory/SharedMemoryPublic.h index fc8fa9c7c..b3e1b779f 100644 --- a/examples/SharedMemory/SharedMemoryPublic.h +++ b/examples/SharedMemory/SharedMemoryPublic.h @@ -355,7 +355,7 @@ enum b3VREventType #define MAX_KEYBOARD_EVENTS 256 #define MAX_MOUSE_EVENTS 256 -#define MAX_SDF_BODIES 1024 +#define MAX_SDF_BODIES 512 enum b3VRButtonInfo