From aa7d75cb7be7e752f6ff408e03c489fb62f68630 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Fri, 29 Jun 2018 21:12:21 +0100 Subject: Remove ref to mirror_axis. --- indra/llinventory/llsettingssky.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra') 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); -- cgit v1.2.3