diff options
| -rw-r--r-- | indra/newview/lltexlayer.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexlayer.cpp b/indra/newview/lltexlayer.cpp index b8419e088a..ddb6405c41 100644 --- a/indra/newview/lltexlayer.cpp +++ b/indra/newview/lltexlayer.cpp @@ -567,6 +567,7 @@ LLTexLayerSet::LLTexLayerSet(LLVOAvatarSelf* const avatar) :  	mAvatar( avatar ),  	mUpdatesEnabled( FALSE ),  	mIsVisible( TRUE ), +	mBakedTexIndex(LLVOAvatarDefines::BAKED_HEAD),  	mInfo( NULL )  {  }  | 
