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

CID-368

Checker: UNINIT_CTOR
Function: LLVolumeImplFlexible::LLVolumeImplFlexible(LLViewerObject *, LLFlexibleObjectData *)
File: /indra/newview/llflexibleobject.cpp
parent 373f6264
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ LLVolumeImplFlexible::LLVolumeImplFlexible(LLViewerObject* vo, LLFlexibleObjectD ...@@ -66,6 +66,7 @@ LLVolumeImplFlexible::LLVolumeImplFlexible(LLViewerObject* vo, LLFlexibleObjectD
mInitializedRes = -1; mInitializedRes = -1;
mSimulateRes = 0; mSimulateRes = 0;
mFrameNum = 0; mFrameNum = 0;
mCollisionSphereRadius = 0.f;
mRenderRes = 1; mRenderRes = 1;
if(mVO->mDrawable.notNull()) if(mVO->mDrawable.notNull())
......
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