diff options
Diffstat (limited to 'linden/indra/newview/llviewerpartsource.cpp')
-rw-r--r-- | linden/indra/newview/llviewerpartsource.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerpartsource.cpp b/linden/indra/newview/llviewerpartsource.cpp index c0de13a..836748a 100644 --- a/linden/indra/newview/llviewerpartsource.cpp +++ b/linden/indra/newview/llviewerpartsource.cpp | |||
@@ -305,6 +305,12 @@ void LLViewerPartSourceScript::update(const F32 dt) | |||
305 | //llwarns << "Unknown source pattern " << (S32)mPartSysData.mPattern << llendl; | 305 | //llwarns << "Unknown source pattern " << (S32)mPartSysData.mPattern << llendl; |
306 | } | 306 | } |
307 | 307 | ||
308 | if (part->mFlags & LLPartData::LL_PART_FOLLOW_SRC_MASK || // SVC-193, VWR-717 | ||
309 | part->mFlags & LLPartData::LL_PART_TARGET_LINEAR_MASK) | ||
310 | { | ||
311 | mPartSysData.mBurstRadius = 0; | ||
312 | } | ||
313 | |||
308 | gWorldPointer->mPartSim.addPart(part); | 314 | gWorldPointer->mPartSim.addPart(part); |
309 | } | 315 | } |
310 | 316 | ||