diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2009-11-03 14:05:08 -0800 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2009-11-03 14:05:08 -0800 | 
| commit | 58578f2993b757a1998ad2ba2f62d2f200a5c595 (patch) | |
| tree | 10121c9baf0d0d9d9ba1bf4cda85a5372fbd4052 /indra | |
| parent | 4e52e09fea81fbde6019afc39b1c028b393fb4c8 (diff) | |
| parent | dbaa7e28cab9700e4342220410d49a608c600a0b (diff) | |
merge
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llvoicevisualizer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llvoicevisualizer.cpp b/indra/newview/llvoicevisualizer.cpp index 9bafc03a6d..e777d7362f 100644 --- a/indra/newview/llvoicevisualizer.cpp +++ b/indra/newview/llvoicevisualizer.cpp @@ -142,7 +142,7 @@ LLVoiceVisualizer::LLVoiceVisualizer( const U8 type )  	for (int i=0; i<NUM_VOICE_SYMBOL_WAVES; i++)  	{  		mSoundSymbol.mWaveFadeOutStartTime	[i] = mCurrentTime; -		mSoundSymbol.mTexture				[i] = LLViewerTextureManager::getFetchedTextureFromFile(sound_level_img[i], FALSE, TRUE); +		mSoundSymbol.mTexture				[i] = LLViewerTextureManager::getFetchedTextureFromFile(sound_level_img[i], FALSE, LLViewerTexture::BOOST_UI);  		mSoundSymbol.mWaveActive			[i] = false;  		mSoundSymbol.mWaveOpacity			[i] = 1.0f;  		mSoundSymbol.mWaveExpansion			[i] = 1.0f; | 
