diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerpartsim.h | 6 |
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 | { |
88 | public: | 88 | public: |
89 | LLViewerPartGroup(const LLVector3 ¢er, | 89 | LLViewerPartGroup(const LLVector3 ¢er, |
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 | ||
119 | protected: | 121 | protected: |
120 | LLVector3 mCenterAgent; | 122 | LLVector3 mCenterAgent; |
@@ -178,7 +180,7 @@ public: | |||
178 | U32 mID; | 180 | U32 mID; |
179 | 181 | ||
180 | protected: | 182 | protected: |
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; |