diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llvoavatarself.cpp | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index b6dc4a1ff9..e00802630e 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2994,11 +2994,8 @@ void LLVOAvatarSelf::onCustomizeEnd(bool disable_camera_switch)  			gAgentCamera.changeCameraToDefault();  			gAgentCamera.resetView();  		} - -		if (gAgent.getRegion() && gAgent.getRegion()->getCentralBakeVersion()) -		{ -			LLAppearanceMgr::instance().requestServerAppearanceUpdate(); -		} +	 +		LLAppearanceMgr::instance().updateAppearanceFromCOF();	  	}  } | 
