diff options
Diffstat (limited to 'linden/indra/newview/pipeline.cpp')
-rw-r--r-- | linden/indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/pipeline.cpp b/linden/indra/newview/pipeline.cpp index 13d8d09..0406520 100644 --- a/linden/indra/newview/pipeline.cpp +++ b/linden/indra/newview/pipeline.cpp | |||
@@ -2110,7 +2110,7 @@ void LLPipeline::postSort(LLCamera& camera) | |||
2110 | } | 2110 | } |
2111 | 2111 | ||
2112 | // 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 | 2112 | // 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 |
2113 | if (gSavedSettings.getBOOL("BeaconAlwaysOn")) | 2113 | if (gSavedSettings.getBOOL("BeaconsEnabled")) |
2114 | { | 2114 | { |
2115 | if (sRenderScriptedTouchBeacons) | 2115 | if (sRenderScriptedTouchBeacons) |
2116 | { | 2116 | { |