diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-12-05 18:19:30 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-12-05 18:19:30 +0200 |
commit | 8bceb809022981221baa288df673fbb2c59cdd04 (patch) | |
tree | d39b6dad19851b766390c2c3559ba5cd6cd62e81 /indra/newview/llviewerobject.h | |
parent | d1e4c0a4bd2c483c9aaece7fe5c79dfc99c5ed63 (diff) |
MAINT-2880 Particle generator object doesn't start displaying particles, when unblocking the owner of this object
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 4f826b9eac..21c95d5533 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -422,7 +422,7 @@ public: void updateText(); // update text label position virtual void updateDrawable(BOOL force_damped); // force updates on static objects - bool isOwnerInMuteList(); + bool isOwnerInMuteList(LLUUID item_id = LLUUID()); void setDrawableState(U32 state, BOOL recursive = TRUE); void clearDrawableState(U32 state, BOOL recursive = TRUE); |