summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-21 23:24:14 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-21 23:24:14 +0300
commit0c169dd37a82266d42b728ca6d5a7c20ee1ab208 (patch)
treeaa8598be2b6e0a53bebb0d2a2f20b2d8695274b9
parente8dd01beecaeea8b67c88ffa2212411e672495b6 (diff)
SL-17590 Telehub beacon sometimes renders black
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index da16c8209f..bd6df4ec37 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -3939,7 +3939,7 @@ void LLPipeline::postSort(LLCamera& camera)
}
LL_PUSH_CALLSTACKS();
// If managing your telehub, draw beacons at telehub and currently selected spawnpoint.
- if (LLFloaterTelehub::renderBeacons())
+ if (LLFloaterTelehub::renderBeacons() && !sShadowRender)
{
LLFloaterTelehub::addBeacons();
}