diff options
Diffstat (limited to 'linden/indra/newview/llbox.cpp')
-rw-r--r-- | linden/indra/newview/llbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llbox.cpp b/linden/indra/newview/llbox.cpp index 49dacc1..984d15b 100644 --- a/linden/indra/newview/llbox.cpp +++ b/linden/indra/newview/llbox.cpp | |||
@@ -81,7 +81,7 @@ void LLBox::renderface(S32 which_face) | |||
81 | {7, 4, 0, 3} | 81 | {7, 4, 0, 3} |
82 | }; | 82 | }; |
83 | 83 | ||
84 | gGL.begin(GL_QUADS); | 84 | gGL.begin(LLVertexBuffer::QUADS); |
85 | //gGL.normal3fv(&normals[which_face][0]); | 85 | //gGL.normal3fv(&normals[which_face][0]); |
86 | gGL.texCoord2f(1,0); | 86 | gGL.texCoord2f(1,0); |
87 | gGL.vertex3fv(&mVertex[ faces[which_face][0] ][0]); | 87 | gGL.vertex3fv(&mVertex[ faces[which_face][0] ][0]); |