aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llkeythrottle.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:39:58 -0600
committerJacek Antonelli2008-12-01 17:40:06 -0600
commit7abecb48babe6a6f09bf6692ba55076546cfced9 (patch)
tree8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/llcommon/llkeythrottle.h
parentSecond Life viewer sources 1.21.6 (diff)
downloadmeta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/llcommon/llkeythrottle.h')
-rw-r--r--linden/indra/llcommon/llkeythrottle.h2
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)