diff options
author | Jacek Antonelli | 2009-01-28 20:04:52 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-28 20:05:02 -0600 |
commit | 0ef11cf31364456ec247b0fc7ad8f6d1de408400 (patch) | |
tree | 50754b286468147a70271253a2a74215c80e1354 /linden/indra/newview/llviewerpartsim.h | |
parent | Second Life viewer sources 1.22.5-RC (diff) | |
download | meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.zip meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.gz meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.bz2 meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.xz |
Second Life viewer sources 1.22.6-RC
Diffstat (limited to 'linden/indra/newview/llviewerpartsim.h')
-rw-r--r-- | linden/indra/newview/llviewerpartsim.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerpartsim.h b/linden/indra/newview/llviewerpartsim.h index 2524d6b..81394e6 100644 --- a/linden/indra/newview/llviewerpartsim.h +++ b/linden/indra/newview/llviewerpartsim.h | |||
@@ -197,6 +197,12 @@ protected: | |||
197 | static const F32 PART_THROTTLE_RESCALE; | 197 | static const F32 PART_THROTTLE_RESCALE; |
198 | static const F32 PART_ADAPT_RATE_MULT; | 198 | static const F32 PART_ADAPT_RATE_MULT; |
199 | static const F32 PART_ADAPT_RATE_MULT_RECIP; | 199 | static const F32 PART_ADAPT_RATE_MULT_RECIP; |
200 | |||
201 | //debug use only | ||
202 | public: | ||
203 | static S32 sParticleCount2; | ||
204 | |||
205 | static void checkParticleCount(U32 size = 0) ; | ||
200 | }; | 206 | }; |
201 | 207 | ||
202 | #endif // LL_LLVIEWERPARTSIM_H | 208 | #endif // LL_LLVIEWERPARTSIM_H |