diff options
| -rw-r--r-- | indra/newview/llvoavatarself.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 64443f55af..ea39d44c73 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2989,9 +2989,7 @@ void LLVOAvatarSelf::onCustomizeEnd(bool disable_camera_switch)  		{  			gAgentCamera.changeCameraToDefault();  			gAgentCamera.resetView(); -		} - -		LLAppearanceMgr::instance().updateAppearanceFromCOF(); +		}		  	}  } | 
