diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-22 19:53:16 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-22 19:53:16 +0100 |
commit | 264b549bcb991f4cdd6889f06b8f7fbe8740e32a (patch) | |
tree | e44ab0815be80e8e66ef80919dcc4fea81ce53a0 /indra/newview/llaudiosourcevo.h | |
parent | 8fdb82bec5c54ba8609b6968b058a50856a5ed8c (diff) | |
parent | 5b2d4a169830c10dd5bfc4c72ddd94ef80e658d3 (diff) |
merge storm-163 / Port of VWR-14914 to SG 2.0 : Intermittent FPS drop related to "audio" (main thread hangs often on openal lock)
Diffstat (limited to 'indra/newview/llaudiosourcevo.h')
-rw-r--r-- | indra/newview/llaudiosourcevo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llaudiosourcevo.h b/indra/newview/llaudiosourcevo.h index a68f58a4b2..f1d8ef4528 100644 --- a/indra/newview/llaudiosourcevo.h +++ b/indra/newview/llaudiosourcevo.h @@ -42,11 +42,10 @@ public: /*virtual*/ void setGain(const F32 gain); private: - void updateGain(); + void updateMute(); private: LLPointer<LLViewerObject> mObjectp; - F32 mActualGain; // The "real" gain, when not off due to parcel effects }; #endif // LL_LLAUDIOSOURCEVO_H |