diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-03-23 09:38:54 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-04-05 11:55:34 -0700 |
commit | d4cadd53d49b47c56ab3ff5bbfab6f2baf5a4631 (patch) | |
tree | 959058c3e0d10a4e86edd2c8ec820a16bd9bda9a /indra/newview/skins | |
parent | bd87a5b94254e6a827de2298989c0116a81efdc3 (diff) |
SL-17058: Remove redundant minimap frustum color, hopefully fixing mac build.
So THAT's why the frustum transparency was different when rotating...
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 82e1942aa5..ad2bc075c6 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -517,9 +517,6 @@ name="MapParcelOutlineColor" value="1 1 0 0.5" /> <color - name="MapFrustumRotatingColor" - value="1 1 1 0.2" /> - <color name="MapTrackColor" reference="Red" /> <color |