summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-04-16 12:28:54 -0400
committerLoren Shih <seraph@lindenlab.com>2010-04-16 12:28:54 -0400
commit35168862f5ecc06166fbd1a9bcd601ae2abbf75b (patch)
treede1b617469e869713b1fdcb86d9c2564b837a97f /indra/newview/llvoavatar.h
parent05116bac35403e6d8f593b7f057602afa057396d (diff)
EXT-6892 : Add debug setting to show avatar rez times
This pops up a notification whenever another avatar rezzes. Controlled by a #define, currently set to ON.
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 55753233b0..8da4c226ed 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -259,6 +259,7 @@ private:
S32 mFullyLoadedFrameCounter;
LLFrameTimer mFullyLoadedTimer;
LLFrameTimer mRuthTimer;
+ LLFrameTimer mRuthDebugTimer; // For tracking how long it takes for av to rez
/** State
** **