aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoicevisualizer.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:48 -0500
committerJacek Antonelli2008-08-15 23:45:48 -0500
commit32b59b5609706d574e2e3b9ff6162d35f6d7781c (patch)
tree340ae6f090700b109f2ced1c41b8fb274a215bd3 /linden/indra/newview/llvoicevisualizer.cpp
parentSecond Life viewer sources 1.20.4 (diff)
downloadmeta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.zip
meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.gz
meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.bz2
meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.xz
Second Life viewer sources 1.20.5
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoicevisualizer.cpp3
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