diff options
| author | Richard Linden <none@none> | 2013-07-17 10:56:47 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-07-17 10:56:47 -0700 |
| commit | 29930baf23fbd8cd147cd78f60d01496479ae78e (patch) | |
| tree | 5287434d16c14800250bd83186443f0da30162c8 /indra/llcommon/lltracerecording.cpp | |
| parent | bd078122e3a87e958fb6b0ea9caeef885298d527 (diff) | |
SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics console
made unit types work with ostreams
fixed timing of scene monitor recordings to better respect requested time diff
Diffstat (limited to 'indra/llcommon/lltracerecording.cpp')
| -rw-r--r-- | indra/llcommon/lltracerecording.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/lltracerecording.cpp b/indra/llcommon/lltracerecording.cpp index 5d43771cb2..48b5a7c3fa 100644 --- a/indra/llcommon/lltracerecording.cpp +++ b/indra/llcommon/lltracerecording.cpp @@ -41,7 +41,6 @@ namespace LLTrace Recording::Recording(EPlayState state) : mElapsedSeconds(0), mInHandOff(false) - { mBuffers = new AccumulatorBufferGroup(); setPlayState(state); |
