diff options
| author | Oz Linden <oz@lindenlab.com> | 2015-02-04 05:31:13 -0800 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2015-02-04 05:31:13 -0800 |
| commit | 059b561dd2fbbc115d815a41d58b8bb76f603074 (patch) | |
| tree | bfe1400d6f5251bb7f02ce30ef5bce695594fcc4 /indra/newview/llvoavatar.cpp | |
| parent | 71a38e3a76f472e652c9ca43d948e5a90ebbcff3 (diff) | |
allow visually muted results to be cached from const methods
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 44fbceed14..cfe83cb0b6 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3080,7 +3080,7 @@ void LLVOAvatar::slamPosition() mRoot->updateWorldMatrixChildren(); } -bool LLVOAvatar::isVisuallyMuted() +bool LLVOAvatar::isVisuallyMuted() const { bool muted = false; |
