diff options
author | Rider Linden <rider@lindenlab.com> | 2018-06-29 12:59:53 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-06-29 12:59:53 -0700 |
commit | 96e8e670e104d852b1a925976f3d935448eba103 (patch) | |
tree | e1893faf6262b5af153af8815bd23d3fb776356f /indra/llinventory | |
parent | 79570e276108c59f3384d49318835fdce35ce213 (diff) |
Enable settings inventory filter checkbox. Fix day cycle editor selection on open.
Diffstat (limited to 'indra/llinventory')
-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 91d2e9b23d..475b5fcf79 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); |