summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-12-23 14:15:03 -0800
committerRoxie Linden <roxie@lindenlab.com>2010-12-23 14:15:03 -0800
commit2b979742f6b28e615b2b36e10257c78711e537c3 (patch)
tree1621e871e6a6056729b33dae48e3d6845942c0ff /indra/llrender/llgl.cpp
parent8204145ab1c4b8f8a509db15f61bbdd264532508 (diff)
parent57153cf0f1fffe669b9d8871c33f9c4aaba67a2f (diff)
automated merge
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rw-r--r--indra/llrender/llgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index d802a3045d..04fe99ec1f 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -1831,7 +1831,7 @@ LLGLUserClipPlane::LLGLUserClipPlane(const LLPlane& p, const glh::matrix4f& mode
mModelview = modelview;
mProjection = projection;
- setPlane(p.mV[0], p.mV[1], p.mV[2], p.mV[3]);
+ setPlane(p[0], p[1], p[2], p[3]);
}
void LLGLUserClipPlane::setPlane(F32 a, F32 b, F32 c, F32 d)