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 ebf2f91..d6bc6da 100644 --- a/linden/indra/newview/pipeline.cpp +++ b/linden/indra/newview/pipeline.cpp | |||
@@ -2294,7 +2294,7 @@ void LLPipeline::postSort(LLCamera& camera) | |||
2294 | } | 2294 | } |
2295 | 2295 | ||
2296 | // 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 | 2296 | // 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 |
2297 | if (gSavedSettings.getBOOL("BeaconAlwaysOn") && !sShadowRender) | 2297 | if (gSavedSettings.getBOOL("BeaconsEnabled") && !sShadowRender) |
2298 | { | 2298 | { |
2299 | if (sRenderScriptedTouchBeacons) | 2299 | if (sRenderScriptedTouchBeacons) |
2300 | { | 2300 | { |