diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-21 23:24:14 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-21 23:24:14 +0300 |
commit | 0c169dd37a82266d42b728ca6d5a7c20ee1ab208 (patch) | |
tree | aa8598be2b6e0a53bebb0d2a2f20b2d8695274b9 /indra/newview | |
parent | e8dd01beecaeea8b67c88ffa2212411e672495b6 (diff) |
SL-17590 Telehub beacon sometimes renders black
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
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(); } |