diff options
author | MartinRJ Fayray <fuerholz@gmx.net> | 2012-06-10 14:18:38 +0200 |
---|---|---|
committer | MartinRJ Fayray <fuerholz@gmx.net> | 2012-06-10 14:18:38 +0200 |
commit | 08c424e5111f4fae34f55935739fd475c8ab3bff (patch) | |
tree | 8203b82171d13367a59f08f3c8c1a1891417b4d8 /indra/newview/pipeline.h | |
parent | a519e34f02b4b2663fe082ba9ad12f1b423669cb (diff) |
STORM-1878: Blocking an avatar does not derender worn lights
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index b8b4f164fe..cabb359884 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -151,6 +151,8 @@ public: void unlinkDrawable(LLDrawable*); + static void removeMutedAVsLights(LLVOAvatar*); + // Object related methods void markVisible(LLDrawable *drawablep, LLCamera& camera); void markOccluder(LLSpatialGroup* group); |