From 2563ea26c2ac7fa48918f0fbf992243eee0641c7 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 13 May 2011 20:59:53 -0500 Subject: VWR-25479: Avatar physics causing broken shapes on other viewers. Patch by Seraph Linden. --- linden/indra/newview/llvoavatar.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'linden') diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp index 5be5650..bcb0be8 100644 --- a/linden/indra/newview/llvoavatar.cpp +++ b/linden/indra/newview/llvoavatar.cpp @@ -8556,8 +8556,7 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys ) if( !param ) { - llwarns << "Number of params in AvatarAppearance msg does not match number of params in avatar xml file." << llendl; - return; + break; } U8 value; @@ -8602,11 +8601,6 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys ) { param = getNextVisualParam(); } - if( param ) - { - llwarns << "Number of params in AvatarAppearance msg does not match number of params in avatar xml file." << llendl; - return; - } if (params_changed) { -- cgit v1.1