diff options
author | Richard Linden <none@none> | 2010-06-15 14:54:58 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-15 14:54:58 -0700 |
commit | 251a695c784bd861801dffee57bd5bebf48748e3 (patch) | |
tree | c85ef87a7750f5155df397ad5f060a508db39617 /indra | |
parent | 2b7188d6149ed01d3c078eed6da58155490c9f49 (diff) |
EXT-7870 - Turn down footstep volume
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 3e93dc1a90..eb0d4cb8ae 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3551,7 +3551,7 @@ BOOL LLVOAvatar::updateCharacter(LLAgent &agent) // AUDIO_STEP_LO_SPEED, AUDIO_STEP_HI_SPEED, // AUDIO_STEP_LO_GAIN, AUDIO_STEP_HI_GAIN ); - const F32 STEP_VOLUME = 0.5f; + const F32 STEP_VOLUME = 0.3f; const LLUUID& step_sound_id = getStepSound(); LLVector3d foot_pos_global = gAgent.getPosGlobalFromAgent(foot_pos_agent); |