diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-11 17:25:03 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-11 17:25:03 -0500 |
commit | a24c4af67d4a21a3372fea75c00e91e5d182d0a7 (patch) | |
tree | 32dc5fe8e563c8a22da53f293736b38a6a13e1e4 /indra/newview/llvoavatar.cpp | |
parent | bc5096ff3d01f25cd47c9a5803f3255e11cd8cfa (diff) |
fixing build - last commit had bad call to startAppearanceAnimation
function definition of startAppearanceAnimation chagned - last patch
missed eliminating the parameters at line 6594 in llvoavatar.cpp.
This patch fixes the issue, confirmed builds and runs locally.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | 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 52023b2139..62ac8adad0 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6591,7 +6591,7 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys ) { if (interp_params) { - startAppearanceAnimation(FALSE, FALSE); + startAppearanceAnimation(); } updateVisualParams(); |