summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolavatar.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2020-07-22 17:49:45 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2020-07-22 17:49:45 +0100
commita9ddf20ff2c704d30ec4b4d8652da0b0775b7631 (patch)
treeb35eb881e29c0dd83f751e967752e3ab5f601c30 /indra/newview/lldrawpoolavatar.cpp
parent725655f90ee475a59d3581b7c949cedae3bbafe7 (diff)
SL-13611 - make sure impostor gets drawn for initially jellydolled avatars
Diffstat (limited to 'indra/newview/lldrawpoolavatar.cpp')
-rw-r--r--indra/newview/lldrawpoolavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolavatar.cpp b/indra/newview/lldrawpoolavatar.cpp
index e19a62625e..0fe0a637a4 100644
--- a/indra/newview/lldrawpoolavatar.cpp
+++ b/indra/newview/lldrawpoolavatar.cpp
@@ -1474,7 +1474,7 @@ void LLDrawPoolAvatar::renderAvatars(LLVOAvatar* single_avatar, S32 pass)
return;
}
- LLVOAvatar *avatarp;
+ LLVOAvatar *avatarp = NULL;
if (single_avatar)
{