From 6757b8b92c3b0dc867c0f6bf5e7c588a4d506c03 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 6 Apr 2007 00:40:43 +0000 Subject: [PATCH] turn off allow-collider-bitarray by default --- panda/src/collide/config_collide.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/collide/config_collide.cxx b/panda/src/collide/config_collide.cxx index 5f89a46b9f..626cd588d5 100644 --- a/panda/src/collide/config_collide.cxx +++ b/panda/src/collide/config_collide.cxx @@ -64,7 +64,7 @@ ConfigVariableBool respect_effective_normal "normal for intersection and physics tests.")); ConfigVariableBool allow_collider_bitarray -("allow-collider-bitarray", true, +("allow-collider-bitarray", false, PRC_DESC("Set this true to enable the use of a BitArray to manage many " "colliders added to a single traverser in one pass. If this is " "false, a finite BitMask is always used instead, which is faster "