aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llpartdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llpartdata.cpp')
-rw-r--r--linden/indra/llmessage/llpartdata.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llpartdata.cpp b/linden/indra/llmessage/llpartdata.cpp
index 606abd0..b77536d 100644
--- a/linden/indra/llmessage/llpartdata.cpp
+++ b/linden/indra/llmessage/llpartdata.cpp
@@ -155,6 +155,8 @@ void LLPartData::setEndAlpha(const F32 alpha)
155LLPartSysData::LLPartSysData() 155LLPartSysData::LLPartSysData()
156{ 156{
157 mCRC = 0; 157 mCRC = 0;
158 mFlags = 0;
159
158 mPartData.mFlags = 0; 160 mPartData.mFlags = 0;
159 mPartData.mStartColor = LLColor4(1.f, 1.f, 1.f, 1.f); 161 mPartData.mStartColor = LLColor4(1.f, 1.f, 1.f, 1.f);
160 mPartData.mEndColor = LLColor4(1.f, 1.f, 1.f, 1.f); 162 mPartData.mEndColor = LLColor4(1.f, 1.f, 1.f, 1.f);
@@ -172,6 +174,8 @@ LLPartSysData::LLPartSysData()
172 mBurstSpeedMin = 1.f; // Minimum particle velocity 174 mBurstSpeedMin = 1.f; // Minimum particle velocity
173 mBurstSpeedMax = 1.f; // Maximum particle velocity 175 mBurstSpeedMax = 1.f; // Maximum particle velocity
174 mBurstRadius = 0.f; 176 mBurstRadius = 0.f;
177
178 mNumParticles = 0;
175} 179}
176 180
177 181