diff options
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r-- | indra/llui/llview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index 9db667bb51..0fafc1fecd 100644 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -1306,7 +1306,7 @@ void LLView::drawDebugRect() gGL.color4fv( border_color.mV ); - gGL.begin(GL_LINES); + gGL.begin(LLVertexBuffer::LINES); gGL.vertex2i(0, debug_rect.getHeight() - 1); gGL.vertex2i(0, 0); |