diff options
Diffstat (limited to 'linden/indra/newview/llbox.cpp')
-rw-r--r-- | linden/indra/newview/llbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llbox.cpp b/linden/indra/newview/llbox.cpp index 1e6d282..2e9b022 100644 --- a/linden/indra/newview/llbox.cpp +++ b/linden/indra/newview/llbox.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2001-2008, Linden Research, Inc. | 7 | * Copyright (c) 2001-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -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(LLVertexBuffer::QUADS); | 84 | gGL.begin(LLRender::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]); |