diff options
Diffstat (limited to 'linden/indra/newview/llviewerpartsource.cpp')
-rw-r--r-- | linden/indra/newview/llviewerpartsource.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerpartsource.cpp b/linden/indra/newview/llviewerpartsource.cpp index f54495a..d0ef2aa 100644 --- a/linden/indra/newview/llviewerpartsource.cpp +++ b/linden/indra/newview/llviewerpartsource.cpp | |||
@@ -84,7 +84,10 @@ LLUUID LLViewerPartSource::getImageUUID() const | |||
84 | } | 84 | } |
85 | void LLViewerPartSource::setStart() | 85 | void LLViewerPartSource::setStart() |
86 | { | 86 | { |
87 | mDelay = 99 ; | 87 | //cancel delaying to start a new added particle source, because some particle source just emits for a short time. |
88 | //however, canceling this might cause overall particle emmitting fluctuate for a while because the new added source jumps to | ||
89 | //the current particle emmitting settings instantly. -->bao | ||
90 | mDelay = 0 ; //99 | ||
88 | } | 91 | } |
89 | 92 | ||
90 | LLViewerPartSourceScript::LLViewerPartSourceScript(LLViewerObject *source_objp) : | 93 | LLViewerPartSourceScript::LLViewerPartSourceScript(LLViewerObject *source_objp) : |