Revert "FIRE-33239 - when UI is disabled local selection particles are not removed."

This reverts commit 9a5b46fe90.
master
Beq 2024-10-15 17:06:01 +01:00
parent 9a5b46fe90
commit e8c4d10e8d
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}
}
}
}