diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvoicevisualizer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoicevisualizer.cpp b/linden/indra/newview/llvoicevisualizer.cpp index 8c0d0ab..9dcf716 100644 --- a/linden/indra/newview/llvoicevisualizer.cpp +++ b/linden/indra/newview/llvoicevisualizer.cpp | |||
@@ -198,7 +198,8 @@ void LLVoiceVisualizer::render() | |||
198 | //--------------------------------------------------------------- | 198 | //--------------------------------------------------------------- |
199 | // some gl state | 199 | // some gl state |
200 | //--------------------------------------------------------------- | 200 | //--------------------------------------------------------------- |
201 | LLGLEnable blend( GL_BLEND ); | 201 | LLGLSPipelineAlpha alpha_blend; |
202 | LLGLDepthTest depth(GL_TRUE, GL_FALSE); | ||
202 | 203 | ||
203 | //------------------------------------------------------------- | 204 | //------------------------------------------------------------- |
204 | // create coordinates of the geometry for the dot | 205 | // create coordinates of the geometry for the dot |