aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerpartsource.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:37 -0500
committerJacek Antonelli2008-08-15 23:45:37 -0500
commit31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch)
treec4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/llviewerpartsource.cpp
parentSecond Life viewer sources 1.19.1.1 (diff)
downloadmeta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz
Second Life viewer sources 1.19.1.2
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerpartsource.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerpartsource.cpp b/linden/indra/newview/llviewerpartsource.cpp
index d0ef2aa..0f30edf 100644
--- a/linden/indra/newview/llviewerpartsource.cpp
+++ b/linden/indra/newview/llviewerpartsource.cpp
@@ -46,7 +46,8 @@
46 46
47LLViewerPartSource::LLViewerPartSource(const U32 type) : 47LLViewerPartSource::LLViewerPartSource(const U32 type) :
48 mType(type), 48 mType(type),
49 mOwnerUUID(LLUUID::null) 49 mOwnerUUID(LLUUID::null),
50 mPartFlags(0)
50{ 51{
51 mLastUpdateTime = 0.f; 52 mLastUpdateTime = 0.f;
52 mLastPartTime = 0.f; 53 mLastPartTime = 0.f;