diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-09 14:41:31 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-09 14:41:31 +0000 |
commit | a492b2815a66f41bde0138444d410209b6b615f8 (patch) | |
tree | 8cb8aea8a09939fd77f47e79291bd809f328d483 /indra | |
parent | fbf57b442b7291b354f63f46c3bdfb1b85439866 (diff) |
trivial comment fix while I was there.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvoiceclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index 9df96d9a52..2b61086680 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -196,7 +196,7 @@ static void updatePosition(void); void setEarLocation(S32 loc); void setVoiceVolume(F32 volume); void setMicGain(F32 volume); - void setUserVolume(const LLUUID& id, F32 volume); // set's volume for specified agent, from 0-1 (where .5 is nominal) + void setUserVolume(const LLUUID& id, F32 volume); // sets volume for specified agent, from 0-1 (where .5 is nominal) void setLipSyncEnabled(BOOL enabled); BOOL lipSyncEnabled(); |