summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/llsettingssky.cpp2
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);