summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRye Mutt <rye@alchemyviewer.org>2022-10-18 09:11:54 -0400
committerRye Mutt <rye@alchemyviewer.org>2022-10-18 09:11:54 -0400
commit68973b856ee4f096f7e1c0c4c72815f4ca676266 (patch)
tree998eeedc116a5c2555f24c2399ace34dd2798354 /indra/newview
parentdbbc71073979bccad6b2b05ebf914c5f9968b4e8 (diff)
Fix for selection beam particles not firing its update callback
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerpartsource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerpartsource.cpp b/indra/newview/llviewerpartsource.cpp
index f042040e98..1751ee1ebb 100644
--- a/indra/newview/llviewerpartsource.cpp
+++ b/indra/newview/llviewerpartsource.cpp
@@ -793,7 +793,7 @@ void LLViewerPartSourceBeam::update(const F32 dt)
}
LLViewerPart* part = new LLViewerPart();
- part->init(this, mImagep, NULL);
+ part->init(this, mImagep, updatePart);
part->mFlags = LLPartData::LL_PART_INTERP_COLOR_MASK |
LLPartData::LL_PART_INTERP_SCALE_MASK |