Skip to content
Snippets Groups Projects
Commit a492b281 authored by Tofu Linden's avatar Tofu Linden
Browse files

trivial comment fix while I was there.

parent fbf57b44
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ static void updatePosition(void); ...@@ -196,7 +196,7 @@ static void updatePosition(void);
void setEarLocation(S32 loc); void setEarLocation(S32 loc);
void setVoiceVolume(F32 volume); void setVoiceVolume(F32 volume);
void setMicGain(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); void setLipSyncEnabled(BOOL enabled);
BOOL lipSyncEnabled(); BOOL lipSyncEnabled();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment