aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerpartsource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerpartsource.cpp')
-rw-r--r--linden/indra/newview/llviewerpartsource.cpp5
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}
85void LLViewerPartSource::setStart() 85void 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
90LLViewerPartSourceScript::LLViewerPartSourceScript(LLViewerObject *source_objp) : 93LLViewerPartSourceScript::LLViewerPartSourceScript(LLViewerObject *source_objp) :