Revert "FIRE-33239 - when UI is disabled local selection particles are not removed."
This reverts commit 9a5b46fe90.
master
parent
9a5b46fe90
commit
e8c4d10e8d
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue