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

CID-353

Checker: UNINIT_CTOR
Function: LLViewerJoint::LLViewerJoint()
File: /indra/newview/llviewerjoint.cpp
parent 6e55c954
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ LLViewerJoint::LLViewerJoint() ...@@ -66,6 +66,7 @@ LLViewerJoint::LLViewerJoint()
mMinPixelArea = DEFAULT_LOD; mMinPixelArea = DEFAULT_LOD;
mPickName = PN_DEFAULT; mPickName = PN_DEFAULT;
mVisible = TRUE; mVisible = TRUE;
mMeshID = 0;
} }
......
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