diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-03-28 16:52:36 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-03-28 16:52:36 -0600 |
commit | 7a33d88886d9f9d83d3d12c95bb41e0093159d58 (patch) | |
tree | 9dcca0d65d54d178ab411b9b7357ef0a7cd4fca6 /indra/newview/llviewerpartsim.h | |
parent | 5334c15852b0669be74546d4fa11c58a279dda2d (diff) |
freeze particle system when monitor scene loading
Diffstat (limited to 'indra/newview/llviewerpartsim.h')
-rw-r--r-- | indra/newview/llviewerpartsim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerpartsim.h b/indra/newview/llviewerpartsim.h index c91fcf0691..27bfcd4343 100644 --- a/indra/newview/llviewerpartsim.h +++ b/indra/newview/llviewerpartsim.h @@ -134,6 +134,8 @@ public: typedef std::vector<LLViewerPartGroup *> group_list_t; typedef std::vector<LLPointer<LLViewerPartSource> > source_list_t; + void enable(bool enabled); + void shift(const LLVector3 &offset); void updateSimulation(); |