summaryrefslogtreecommitdiff
path: root/indra/llrender/llrender.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-01-24 12:59:40 -0600
committerDave Parks <davep@lindenlab.com>2012-01-24 12:59:40 -0600
commit371534167efce226cc301709038bb42b78aa1895 (patch)
tree681d8519ad0e024abe5160a8aa5aa1fd1819a2d0 /indra/llrender/llrender.cpp
parentca9f000289f93068386835d7040e5a574507f859 (diff)
parente02f007d2013e089c07f3abefe2d87d85cbcc834 (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 cd827f5091..f26764cc42 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);
}
}