summaryrefslogtreecommitdiff
path: root/indra/newview/llmaniprotate.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-10-18 16:14:56 -0500
committerDave Parks <davep@lindenlab.com>2011-10-18 16:14:56 -0500
commita9aca58eaf847bb38f93a268da3aa024b60b38ba (patch)
treec13c80ebfb8772df870448dba707956af6f1c67c /indra/newview/llmaniprotate.cpp
parentb32e6e094d1a6d2843b938448eee22ad1671052c (diff)
SH-2508 Fix for edit/rotate ring not showing up on Radeon X1950 pro
Diffstat (limited to 'indra/newview/llmaniprotate.cpp')
-rw-r--r--indra/newview/llmaniprotate.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llmaniprotate.cpp b/indra/newview/llmaniprotate.cpp
index 19798ef752..04dd2be583 100644
--- a/indra/newview/llmaniprotate.cpp
+++ b/indra/newview/llmaniprotate.cpp
@@ -199,8 +199,7 @@ void LLManipRotate::render()
gl_circle_2d( 0, 0, mRadiusMeters, CIRCLE_STEPS, TRUE );
}
- GLdouble plane_eqn[] = { 0, 0, 1, 0 };
- glClipPlane( GL_CLIP_PLANE0, plane_eqn );
+ gGL.flush();
}
gGL.popMatrix();
}