diff options
author | Jacek Antonelli | 2008-08-15 23:45:48 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:48 -0500 |
commit | 32b59b5609706d574e2e3b9ff6162d35f6d7781c (patch) | |
tree | 340ae6f090700b109f2ced1c41b8fb274a215bd3 /linden/indra/newview/llvoicevisualizer.cpp | |
parent | Second Life viewer sources 1.20.4 (diff) | |
download | meta-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.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 |