diff options
author | callum <none@none> | 2013-04-19 16:29:11 -0700 |
---|---|---|
committer | callum <none@none> | 2013-04-19 16:29:11 -0700 |
commit | d9de58b46ab4c5e248b8dd7b3f79e1672f1f215a (patch) | |
tree | db85ce20dff43cf3d8143aa966cc9b2107b4cff8 /indra/llaudio/llstreamingaudio_fmodex.h | |
parent | a1ca90f89327c6423acb7328eebf9d8afd49668d (diff) |
OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via Latif Khalifa & Siana Gearz)
Diffstat (limited to 'indra/llaudio/llstreamingaudio_fmodex.h')
-rw-r--r-- | indra/llaudio/llstreamingaudio_fmodex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llaudio/llstreamingaudio_fmodex.h b/indra/llaudio/llstreamingaudio_fmodex.h index 42b6b3aaa8..1dee18ae7d 100644 --- a/indra/llaudio/llstreamingaudio_fmodex.h +++ b/indra/llaudio/llstreamingaudio_fmodex.h @@ -67,8 +67,6 @@ private: std::string mURL; F32 mGain; - - LLTimer mLastStarved; }; |