diff options
author | Richard Linden <none@none> | 2013-01-15 14:28:32 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-15 14:28:32 -0800 |
commit | 670d03ceb83b92c9bb98d10bb37fba6f75971a2f (patch) | |
tree | 1a2e9d2e7d89aac15eaed88eeeea71f96dd007b5 /indra/newview | |
parent | 617195c9bc43a58d4b61a8f50d725e9c8ac1637a (diff) |
SH-3406 WIP convert fast timers to lltrace system
fixed LLExtendableRecording to actually accumulator recording time period
renamed and updated LLStopWatchControlsMixin::initTo to setPlayState
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerassetstats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerassetstats.cpp b/indra/newview/llviewerassetstats.cpp index b4da9521f4..890394dd22 100644 --- a/indra/newview/llviewerassetstats.cpp +++ b/indra/newview/llviewerassetstats.cpp @@ -297,7 +297,7 @@ LLViewerAssetStats::LLViewerAssetStats(const LLViewerAssetStats & src) it->second.makeUnique(); } - LLStopWatchControlsMixin<LLViewerAssetStats>::initTo(src.getPlayState()); + LLStopWatchControlsMixin<LLViewerAssetStats>::setPlayState(src.getPlayState()); } void LLViewerAssetStats::handleStart() |