diff options
author | McCabe Maxsted | 2009-01-12 15:33:52 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-01-12 15:33:52 -0700 |
commit | 2258733ba2adffbedd8104e1a7d9e762a578054e (patch) | |
tree | bfd25c7d90ff580c183fa0d75c41248c574428fa /linden/indra/llcommon/llkeythrottle.h | |
parent | Added inventory changes to fix one method of inventory loss. (diff) | |
download | meta-impy-2258733ba2adffbedd8104e1a7d9e762a578054e.zip meta-impy-2258733ba2adffbedd8104e1a7d9e762a578054e.tar.gz meta-impy-2258733ba2adffbedd8104e1a7d9e762a578054e.tar.bz2 meta-impy-2258733ba2adffbedd8104e1a7d9e762a578054e.tar.xz |
Updated changes to LLSD.
Diffstat (limited to 'linden/indra/llcommon/llkeythrottle.h')
-rw-r--r-- | linden/indra/llcommon/llkeythrottle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llkeythrottle.h b/linden/indra/llcommon/llkeythrottle.h index eb1519a..25d0fe0 100644 --- a/linden/indra/llcommon/llkeythrottle.h +++ b/linden/indra/llcommon/llkeythrottle.h | |||
@@ -243,7 +243,7 @@ public: | |||
243 | } | 243 | } |
244 | 244 | ||
245 | // Set the throttling behavior | 245 | // Set the throttling behavior |
246 | void setParameters( U32 limit, F32 interval, BOOL realtime ) | 246 | void setParameters( U32 limit, F32 interval, BOOL realtime = TRUE ) |
247 | { | 247 | { |
248 | // limit is the maximum number of keys | 248 | // limit is the maximum number of keys |
249 | // allowed per interval (in seconds or frames) | 249 | // allowed per interval (in seconds or frames) |