diff options
author | Richard Linden <none@none> | 2013-03-11 00:37:50 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-03-11 00:37:50 -0700 |
commit | 1a256eca280e41a672fc87e083db851ab180612c (patch) | |
tree | e6a299f9a5b908b322d54ff352035d349aeb7af5 /indra/llcommon/lltrace.h | |
parent | 4e3fddf271e6ff4557f594b6a8c036ab2a4e413f (diff) |
renamed some variables/methods in LLTrace to make things clearer
Diffstat (limited to 'indra/llcommon/lltrace.h')
-rw-r--r-- | indra/llcommon/lltrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lltrace.h b/indra/llcommon/lltrace.h index 44da1939c6..9bca3625b6 100644 --- a/indra/llcommon/lltrace.h +++ b/indra/llcommon/lltrace.h @@ -287,6 +287,7 @@ public: { mNumSamples++; mSum += value; + // NOTE: both conditions will hold on first pass through if (value < mMin) { mMin = value; |