diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 16:43:48 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 16:43:48 -0800 |
commit | f2e202e6a4bd033e3d9aad3197f5aa491076245b (patch) | |
tree | ea6773b2d872927a78894d10e4c6599664d6ef85 | |
parent | 373f6264082256a5c7877fb8b99336bf9cf1ca6b (diff) |
CID-368
Checker: UNINIT_CTOR
Function: LLVolumeImplFlexible::LLVolumeImplFlexible(LLViewerObject *, LLFlexibleObjectData *)
File: /indra/newview/llflexibleobject.cpp
-rw-r--r-- | indra/newview/llflexibleobject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llflexibleobject.cpp b/indra/newview/llflexibleobject.cpp index fc8790c172..aea2de8e92 100644 --- a/indra/newview/llflexibleobject.cpp +++ b/indra/newview/llflexibleobject.cpp @@ -66,6 +66,7 @@ LLVolumeImplFlexible::LLVolumeImplFlexible(LLViewerObject* vo, LLFlexibleObjectD mInitializedRes = -1; mSimulateRes = 0; mFrameNum = 0; + mCollisionSphereRadius = 0.f; mRenderRes = 1; if(mVO->mDrawable.notNull()) |