diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-02-06 11:00:08 -0800 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-06 11:00:08 -0800 |
| commit | a61bb4eb21fb834480dbfe62a6722ba5c61720f0 (patch) | |
| tree | 2bfa177bee8c5ca5791174947ad38c93389b4d87 /indra/llrender/llrender.cpp | |
| parent | 06a7f5ad02f7f81c06dc50fca6e29e5322c5631e (diff) | |
| parent | 289d756ea86bd3898f41592146d8f549cd056846 (diff) | |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/llrender/llrender.cpp')
| -rw-r--r-- | indra/llrender/llrender.cpp | 2 |
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); } } |
