summaryrefslogtreecommitdiff
path: root/indra/llrender/llrender.cpp
diff options
context:
space:
mode:
authorDebi King (Dessie) <dessie@lindenlab.com>2012-02-06 14:52:11 -0500
committerDebi King (Dessie) <dessie@lindenlab.com>2012-02-06 14:52:11 -0500
commit041f1c1b03e2eee5d08c2b37883ebf5d5f9671df (patch)
tree497c21c74f6aec3d2377d801324a6e6a2ea796fe /indra/llrender/llrender.cpp
parentd0da897b24c41983db5a848eced8e71520d85a1b (diff)
parent54bc900c952b964206d484aa0b92e42238819fc6 (diff)
merge
Diffstat (limited to 'indra/llrender/llrender.cpp')
-rw-r--r--indra/llrender/llrender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llrender.cpp b/indra/llrender/llrender.cpp
index 03a9884c2b..b0ddacbb05 100644
--- a/indra/llrender/llrender.cpp
+++ b/indra/llrender/llrender.cpp
@@ -997,7 +997,7 @@ void LLLightState::setSpotDirection(const LLVector3& direction)
const glh::matrix4f& mat = gGL.getModelviewMatrix();
mat.mult_matrix_dir(dir);
- mSpotDirection.set(direction);
+ mSpotDirection.set(dir.v);
}
}