aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerpartsim.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerpartsim.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerpartsim.h b/linden/indra/newview/llviewerpartsim.h
index 0f51240..b6001ee 100644
--- a/linden/indra/newview/llviewerpartsim.h
+++ b/linden/indra/newview/llviewerpartsim.h
@@ -87,7 +87,8 @@ class LLViewerPartGroup
87{ 87{
88public: 88public:
89 LLViewerPartGroup(const LLVector3 &center, 89 LLViewerPartGroup(const LLVector3 &center,
90 const F32 box_radius); 90 const F32 box_radius,
91 bool hud);
91 virtual ~LLViewerPartGroup(); 92 virtual ~LLViewerPartGroup();
92 93
93 void cleanup(); 94 void cleanup();
@@ -115,6 +116,7 @@ public:
115 U32 mID; 116 U32 mID;
116 117
117 F32 mSkippedTime; 118 F32 mSkippedTime;
119 bool mHud;
118 120
119protected: 121protected:
120 LLVector3 mCenterAgent; 122 LLVector3 mCenterAgent;
@@ -178,7 +180,7 @@ public:
178 U32 mID; 180 U32 mID;
179 181
180protected: 182protected:
181 LLViewerPartGroup *createViewerPartGroup(const LLVector3 &pos_agent, const F32 desired_size); 183 LLViewerPartGroup *createViewerPartGroup(const LLVector3 &pos_agent, const F32 desired_size, bool hud);
182 LLViewerPartGroup *put(LLViewerPart* part); 184 LLViewerPartGroup *put(LLViewerPart* part);
183 185
184 group_list_t mViewerPartGroups; 186 group_list_t mViewerPartGroups;