diff options
| author | Richard Nelson <none@none> | 2010-06-17 15:54:27 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-06-17 15:54:27 -0700 |
| commit | b52044cf26b1c0d82bd59bb16cd04edd53b0cc69 (patch) | |
| tree | 182e452d990f90c62cabda24a11b16793770fcf2 /indra/newview/llvoavatar.cpp | |
| parent | cd12d50cb2ce1ad634dc800c9d0cda6745559a47 (diff) | |
| parent | 4aef5f54de70a8d729c93f7eb11995a7d23feed0 (diff) | |
Automated merge with ssh://hg.lindenlab.com/q/viewer-release
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -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 179002d2a8..4ef166fb71 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.3f; + const F32 STEP_VOLUME = 0.1f; const LLUUID& step_sound_id = getStepSound(); LLVector3d foot_pos_global = gAgent.getPosGlobalFromAgent(foot_pos_agent); |
