summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-04-22 13:45:25 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-04-22 13:45:25 +0300
commit0e4e551df513c90afedf03f0cb8054df8e040e0f (patch)
tree2a9ee7b3d6943213f6f6a4147b6109df307532d7
parent1a1ac2f9b84553ecd00430a82a8e73e373e9c885 (diff)
MAINT-3917 FIXED Don't stop updating self avatar even with disabled avatar rendering.
-rwxr-xr-xindra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index c47b6d2335..baf396a818 100755
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -2058,7 +2058,7 @@ void LLVOAvatar::idleUpdate(LLAgent &agent, const F64 &time)
}
if (!(gPipeline.hasRenderType(LLPipeline::RENDER_TYPE_AVATAR))
- && !(gSavedSettings.getBOOL("DisableAllRenderTypes")))
+ && !(gSavedSettings.getBOOL("DisableAllRenderTypes")) && !isSelf())
{
return;
}