diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llview.cpp b/linden/indra/llui/llview.cpp index c9828dd..750821c 100644 --- a/linden/indra/llui/llview.cpp +++ b/linden/indra/llui/llview.cpp | |||
@@ -1306,7 +1306,7 @@ void LLView::drawDebugRect() | |||
1306 | 1306 | ||
1307 | gGL.color4fv( border_color.mV ); | 1307 | gGL.color4fv( border_color.mV ); |
1308 | 1308 | ||
1309 | gGL.begin(GL_LINES); | 1309 | gGL.begin(LLVertexBuffer::LINES); |
1310 | gGL.vertex2i(0, debug_rect.getHeight() - 1); | 1310 | gGL.vertex2i(0, debug_rect.getHeight() - 1); |
1311 | gGL.vertex2i(0, 0); | 1311 | gGL.vertex2i(0, 0); |
1312 | 1312 | ||