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

CID-355

Checker: UNINIT_CTOR
Function: LLVOVolume::LLVOVolume(const LLUUID &, unsigned char, LLViewerRegion *)
File: /indra/newview/llvovolume.cpp
parent d9661c3d
No related branches found
No related tags found
No related merge requests found
...@@ -180,8 +180,10 @@ LLVOVolume::LLVOVolume(const LLUUID &id, const LLPCode pcode, LLViewerRegion *re ...@@ -180,8 +180,10 @@ LLVOVolume::LLVOVolume(const LLUUID &id, const LLPCode pcode, LLViewerRegion *re
mRelativeXform.setIdentity(); mRelativeXform.setIdentity();
mRelativeXformInvTrans.setIdentity(); mRelativeXformInvTrans.setIdentity();
mFaceMappingChanged = FALSE;
mLOD = MIN_LOD; mLOD = MIN_LOD;
mTextureAnimp = NULL; mTextureAnimp = NULL;
mVolumeChanged = FALSE;
mVObjRadius = LLVector3(1,1,0.5f).length(); mVObjRadius = LLVector3(1,1,0.5f).length();
mNumFaces = 0; mNumFaces = 0;
mLODChanged = FALSE; mLODChanged = FALSE;
......
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