summaryrefslogtreecommitdiff
path: root/indra/newview/llscenemonitor.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-07-20 09:41:55 -0700
committerRichard Linden <none@none>2013-07-20 09:41:55 -0700
commit4ff19b8f63f3814e98049064254323716f0fd422 (patch)
tree92bea057d58c588f232ad85b1b25bbc30e89cf70 /indra/newview/llscenemonitor.h
parente40065f82c797eab41006a448c838f4f1089a2e8 (diff)
removed debug spam
fast timer data now resets on login
Diffstat (limited to 'indra/newview/llscenemonitor.h')
-rw-r--r--indra/newview/llscenemonitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscenemonitor.h b/indra/newview/llscenemonitor.h
index b857389243..f94232e536 100644
--- a/indra/newview/llscenemonitor.h
+++ b/indra/newview/llscenemonitor.h
@@ -100,7 +100,7 @@ private:
std::vector<LLAnimPauseRequest> mAvatarPauseHandles;
- LLFrameTimer mRecordingTimer;
+ LLTimer mRecordingTimer;
LLTrace::ExtendablePeriodicRecording mSceneLoadRecording;
LLTrace::Recording mMonitorRecording;
};