summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltimer.h
diff options
context:
space:
mode:
authorMark Palange (Mani) <palange@lindenlab.com>2010-02-05 18:15:31 -0800
committerMark Palange (Mani) <palange@lindenlab.com>2010-02-05 18:15:31 -0800
commitec076c97feaa2976520e28fd1c1b23099be656d7 (patch)
tree155192061e0150364f80213b2ba7ea040c8183ac /indra/llcommon/lltimer.h
parent02511c41713da468a5e2620a8bc1bb0fcdfd64da (diff)
EXT-4754 Fix for LLEventTimer::updateClass crash.
Ugh. Update on Tofu's patch for this bug. Reviewed by Richard
Diffstat (limited to 'indra/llcommon/lltimer.h')
-rw-r--r--indra/llcommon/lltimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltimer.h b/indra/llcommon/lltimer.h
index 4d995d5bba..63e8121b58 100644
--- a/indra/llcommon/lltimer.h
+++ b/indra/llcommon/lltimer.h
@@ -188,7 +188,7 @@ public:
protected:
LLTimer mEventTimer;
F32 mPeriod;
- bool mBusy;
+ static bool sInTickLoop;
};
U64 LL_COMMON_API totalTime(); // Returns current system time in microseconds