aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltexturectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltexturectrl.cpp b/linden/indra/newview/lltexturectrl.cpp
index acf4a10..2be75c7 100644
--- a/linden/indra/newview/lltexturectrl.cpp
+++ b/linden/indra/newview/lltexturectrl.cpp
@@ -484,7 +484,7 @@ void LLFloaterTexturePicker::draw()
484 { 484 {
485 LLGLSNoTexture no_texture; 485 LLGLSNoTexture no_texture;
486 LLGLEnable(GL_CULL_FACE); 486 LLGLEnable(GL_CULL_FACE);
487 gGL.begin(GL_QUADS); 487 gGL.begin(LLVertexBuffer::QUADS);
488 { 488 {
489 gGL.color4f(0.f, 0.f, 0.f, CONTEXT_CONE_IN_ALPHA * mContextConeOpacity); 489 gGL.color4f(0.f, 0.f, 0.f, CONTEXT_CONE_IN_ALPHA * mContextConeOpacity);
490 gGL.vertex2i(owner_rect.mLeft, owner_rect.mTop); 490 gGL.vertex2i(owner_rect.mLeft, owner_rect.mTop);