diff options
author | David Seikel | 2011-02-13 14:37:44 +1000 |
---|---|---|
committer | David Seikel | 2011-02-13 14:37:44 +1000 |
commit | e68da291f855b1d8dd0012af67f172a2244936c2 (patch) | |
tree | 3e53b84b4ffa856e152cf05b00d2f3db582dd66e /linden/indra/llaudio | |
parent | Revert "Comment out the server tellinsg us what the search URL is, seems the ... (diff) | |
download | meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.zip meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.tar.gz meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.tar.bz2 meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.tar.xz |
UNBRANDING! Conservativley remove references to "second life", replacing them with something generic.
Diffstat (limited to 'linden/indra/llaudio')
-rw-r--r-- | linden/indra/llaudio/llstreamingaudio_fmod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llaudio/llstreamingaudio_fmod.cpp b/linden/indra/llaudio/llstreamingaudio_fmod.cpp index a71a872..238b213 100644 --- a/linden/indra/llaudio/llstreamingaudio_fmod.cpp +++ b/linden/indra/llaudio/llstreamingaudio_fmod.cpp | |||
@@ -69,7 +69,7 @@ LLStreamingAudio_FMOD::LLStreamingAudio_FMOD() : | |||
69 | mGain(1.0f) | 69 | mGain(1.0f) |
70 | { | 70 | { |
71 | // Number of milliseconds of audio to buffer for the audio card. | 71 | // Number of milliseconds of audio to buffer for the audio card. |
72 | // Must be larger than the usual Second Life frame stutter time. | 72 | // Must be larger than the usual frame stutter time. |
73 | FSOUND_Stream_SetBufferSize(200); | 73 | FSOUND_Stream_SetBufferSize(200); |
74 | 74 | ||
75 | // Here's where we set the size of the network buffer and some buffering | 75 | // Here's where we set the size of the network buffer and some buffering |