aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-17 01:24:37 -0600
committerJacek Antonelli2008-12-17 01:24:37 -0600
commita3b0b6c299f791b3d8132d36a3d4c1790aea86b1 (patch)
tree07d9080e0f71845fdf07f666907422b2fe6c4a3f /linden/indra/newview/pipeline.cpp
parentUse NType to find inventory icon name (part 2 of 2). (diff)
parentVWR-1582: Local ruler mode wrong for linked objects. (diff)
downloadmeta-impy-a3b0b6c299f791b3d8132d36a3d4c1790aea86b1.zip
meta-impy-a3b0b6c299f791b3d8132d36a3d4c1790aea86b1.tar.gz
meta-impy-a3b0b6c299f791b3d8132d36a3d4c1790aea86b1.tar.bz2
meta-impy-a3b0b6c299f791b3d8132d36a3d4c1790aea86b1.tar.xz
Merge 1.1.0 alpha into quickfilter
Diffstat (limited to 'linden/indra/newview/pipeline.cpp')
-rw-r--r--linden/indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/pipeline.cpp b/linden/indra/newview/pipeline.cpp
index f232fdf..3523635 100644
--- a/linden/indra/newview/pipeline.cpp
+++ b/linden/indra/newview/pipeline.cpp
@@ -2101,7 +2101,7 @@ void LLPipeline::postSort(LLCamera& camera)
2101 } 2101 }
2102 2102
2103 // only render if the flag is set. The flag is only set if we are in edit mode or the toggle is set in the menus 2103 // only render if the flag is set. The flag is only set if we are in edit mode or the toggle is set in the menus
2104 if (gSavedSettings.getBOOL("BeaconAlwaysOn")) 2104 if (gSavedSettings.getBOOL("BeaconsEnabled"))
2105 { 2105 {
2106 if (sRenderScriptedTouchBeacons) 2106 if (sRenderScriptedTouchBeacons)
2107 { 2107 {