turn off allow-collider-bitarray by default

This commit is contained in:
David Rose 2007-04-06 00:40:43 +00:00
parent 5e86a1c8b3
commit 6757b8b92c

View File

@ -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 "