diff options
| author | Richard Linden <none@none> | 2010-06-15 15:38:45 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-06-15 15:38:45 -0700 |
| commit | f56bc6c04aaa5a1ee3c4a6813656eeb12cf5b2c4 (patch) | |
| tree | d5ed27f6d86e14d3873369feb4cbb2b63ed1896e /indra/newview/llvoavatar.cpp | |
| parent | d801628cb4fffc28f1d4a916351b13e5fdb50bc1 (diff) | |
| parent | 4fb3198642026c8679fc64e6d3653baae35b5988 (diff) | |
merge
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 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); |
