diff options
author | AndreyL ProductEngine <none@none> | 2018-02-13 19:01:07 +0200 |
---|---|---|
committer | AndreyL ProductEngine <none@none> | 2018-02-13 19:01:07 +0200 |
commit | 23960d2d9491f756bb844529f85a8a612a2ddb90 (patch) | |
tree | e02157e8094637e9a09f4c523497535aff304a82 /indra/newview/llviewerpartsource.h | |
parent | 8f65593786a4302a1ef7c95ce048bd658367a220 (diff) |
MAINT-8290 Don't render particles attached to the muted avatars
Diffstat (limited to 'indra/newview/llviewerpartsource.h')
-rw-r--r-- | indra/newview/llviewerpartsource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerpartsource.h b/indra/newview/llviewerpartsource.h index 12e926173b..504229e81f 100644 --- a/indra/newview/llviewerpartsource.h +++ b/indra/newview/llviewerpartsource.h @@ -42,6 +42,7 @@ class LLViewerTexture; class LLViewerObject; class LLViewerPart; +class LLVOAvatar; class LLViewerPartSource : public LLRefCount { @@ -85,6 +86,7 @@ protected: F32 mLastUpdateTime; F32 mLastPartTime; LLUUID mOwnerUUID; + LLPointer<LLVOAvatar> mOwnerAvatarp; LLPointer<LLViewerTexture> mImagep; // Particle information U32 mPartFlags; // Flags for the particle |