Avoid wasting particles on incredibly small/zero length ribbon segments.
This commit is contained in:
@@ -279,6 +279,9 @@ void LLViewerPartSourceScript::update(const F32 dt)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mPartSysData.mPartData.mFlags & LLPartData::LL_PART_RIBBON_MASK && mLastPart && (mLastPart->mPosAgent-mPosAgent).magVec() <= .005f)
|
||||||
|
continue; //Skip if parent isn't far enough away.
|
||||||
|
|
||||||
LLViewerPart* part = new LLViewerPart();
|
LLViewerPart* part = new LLViewerPart();
|
||||||
|
|
||||||
part->init(this, mImagep, NULL);
|
part->init(this, mImagep, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user