Skip to content
Snippets Groups Projects
Commit 373f6264 authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-373

Checker: UNINIT_CTOR
Function: LLTexLayerSet::LLTexLayerSet(LLVOAvatarSelf *)
File: /indra/newview/lltexlayer.cpp
parent 73d92f08
No related branches found
No related tags found
No related merge requests found
...@@ -567,6 +567,7 @@ LLTexLayerSet::LLTexLayerSet(LLVOAvatarSelf* const avatar) : ...@@ -567,6 +567,7 @@ LLTexLayerSet::LLTexLayerSet(LLVOAvatarSelf* const avatar) :
mAvatar( avatar ), mAvatar( avatar ),
mUpdatesEnabled( FALSE ), mUpdatesEnabled( FALSE ),
mIsVisible( TRUE ), mIsVisible( TRUE ),
mBakedTexIndex(LLVOAvatarDefines::BAKED_HEAD),
mInfo( NULL ) mInfo( NULL )
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment