mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
turn off allow-collider-bitarray by default
This commit is contained in:
parent
5e86a1c8b3
commit
6757b8b92c
@ -64,7 +64,7 @@ ConfigVariableBool respect_effective_normal
|
|||||||
"normal for intersection and physics tests."));
|
"normal for intersection and physics tests."));
|
||||||
|
|
||||||
ConfigVariableBool allow_collider_bitarray
|
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 "
|
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 "
|
"colliders added to a single traverser in one pass. If this is "
|
||||||
"false, a finite BitMask is always used instead, which is faster "
|
"false, a finite BitMask is always used instead, which is faster "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user