aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvoavatar.cpp')
-rw-r--r--linden/indra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp
index 7e1c6ca..afee0a1 100644
--- a/linden/indra/newview/llvoavatar.cpp
+++ b/linden/indra/newview/llvoavatar.cpp
@@ -169,7 +169,7 @@ const F32 TIME_BEFORE_MESH_CLEANUP = 5.f; // seconds
169const S32 AVATAR_RELEASE_THRESHOLD = 10; // number of avatar instances before releasing memory 169const S32 AVATAR_RELEASE_THRESHOLD = 10; // number of avatar instances before releasing memory
170const F32 FOOT_GROUND_COLLISION_TOLERANCE = 0.25f; 170const F32 FOOT_GROUND_COLLISION_TOLERANCE = 0.25f;
171const F32 AVATAR_LOD_TWEAK_RANGE = 0.7f; 171const F32 AVATAR_LOD_TWEAK_RANGE = 0.7f;
172const S32 MAX_BUBBLE_CHAT_LENGTH = 1023; 172const S32 MAX_BUBBLE_CHAT_LENGTH = DB_CHAT_MSG_STR_LEN;
173const S32 MAX_BUBBLE_CHAT_UTTERANCES = 12; 173const S32 MAX_BUBBLE_CHAT_UTTERANCES = 12;
174const F32 CHAT_FADE_TIME = 8.0; 174const F32 CHAT_FADE_TIME = 8.0;
175const F32 BUBBLE_CHAT_TIME = CHAT_FADE_TIME * 3.f; 175const F32 BUBBLE_CHAT_TIME = CHAT_FADE_TIME * 3.f;