diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2010-12-29 13:16:36 -0800 |
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2010-12-29 13:16:36 -0800 |
| commit | 842dcb7e423df42cdf6454b86ad86d29655304dc (patch) | |
| tree | 27b1af9a2d6199f08501daef37ae07892efed26e /indra/llrender | |
| parent | 5f99331f4a9ed5ed78af7b47bdad152949e63ec4 (diff) | |
| parent | 298a1d99fbb35a6be26821ed9f37f0cbe7f1c02f (diff) | |
automated merge
Diffstat (limited to 'indra/llrender')
| -rw-r--r-- | indra/llrender/llgl.cpp | 2 |
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) |
