From e8c4d10e8dc2d0dbe0b5964df77e0933aafd21af Mon Sep 17 00:00:00 2001 From: Beq Date: Tue, 15 Oct 2024 17:06:01 +0100 Subject: [PATCH] Revert "FIRE-33239 - when UI is disabled local selection particles are not removed." This reverts commit 9a5b46fe90f3d6a0e18a547e106b154a09985894. --- indra/newview/llhudeffecttrail.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/indra/newview/llhudeffecttrail.cpp b/indra/newview/llhudeffecttrail.cpp index e4caed0d25..1d4c7d86af 100644 --- a/indra/newview/llhudeffecttrail.cpp +++ b/indra/newview/llhudeffecttrail.cpp @@ -205,8 +205,6 @@ void LLHUDEffectSpiral::triggerLocal() } else { - if (show_beam) - { LLVector3 pos; if (mSourceObject) { @@ -225,7 +223,6 @@ void LLHUDEffectSpiral::triggerLocal() pss->setOwnerUUID(gAgent.getID()); LLViewerPartSim::getInstance()->addPartSource(pss); mPartSourcep = pss; - } } } }