diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/indra_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h index ae7863d..96c0a1f 100644 --- a/linden/indra/llcommon/indra_constants.h +++ b/linden/indra/llcommon/indra_constants.h | |||
@@ -102,7 +102,6 @@ const F32 DEFAULT_AGENT_HEIGHT = 1.9f; | |||
102 | const F32 MAX_AGENT_HEIGHT = 2.65f - 2.0f * COLLISION_TOLERANCE; | 102 | const F32 MAX_AGENT_HEIGHT = 2.65f - 2.0f * COLLISION_TOLERANCE; |
103 | 103 | ||
104 | // For linked sets | 104 | // For linked sets |
105 | const S32 MAX_CHILDREN_PER_TASK = 255; | ||
106 | const S32 MAX_CHILDREN_PER_PHYSICAL_TASK = 32; | 105 | const S32 MAX_CHILDREN_PER_PHYSICAL_TASK = 32; |
107 | 106 | ||
108 | const S32 MAX_JOINTS_PER_OBJECT = 1; // limiting to 1 until Havok 2.x | 107 | const S32 MAX_JOINTS_PER_OBJECT = 1; // limiting to 1 until Havok 2.x |