diff options
author | Graham Linden <graham@lindenlab.com> | 2018-06-29 21:12:21 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-06-29 21:12:21 +0100 |
commit | aa7d75cb7be7e752f6ff408e03c489fb62f68630 (patch) | |
tree | 81a4fe17390b0c6033fbda9a7fa7d530da1083b4 /indra | |
parent | 6f5ea064c02a9fd473cad6ce7bc2bd4c9f791c99 (diff) |
Remove ref to mirror_axis.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index 6e583f65d8..fc783f99e0 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -52,8 +52,6 @@ namespace { LLVector3 axis = LLVector3::x_axis % dir; axis.normalize(); - if (mirror_axis) - axis *= -1; F32 angle = acos(LLVector3::x_axis * dir); |