diff options
author | Richard Linden <none@none> | 2013-07-15 21:00:19 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-07-15 21:00:19 -0700 |
commit | bd078122e3a87e958fb6b0ea9caeef885298d527 (patch) | |
tree | 144f9c964b85d0f7f2776fbf13a01ab006e4d932 /indra/llcommon | |
parent | 551ec2a56607bc6f9182f4e6410ef7f921bcac10 (diff) |
SH-4299 FIX: Interesting: High fps shown temporarily off scale in statistics console
timing of scene load recording extension now guaranteed > requested time step
removed double add of recorded data
removed spam
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lltracerecording.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/lltracerecording.cpp b/indra/llcommon/lltracerecording.cpp index 875c371068..5d43771cb2 100644 --- a/indra/llcommon/lltracerecording.cpp +++ b/indra/llcommon/lltracerecording.cpp @@ -367,9 +367,6 @@ void PeriodicRecording::appendPeriodicRecording( PeriodicRecording& other ) if (mAutoResize) { - // append first recording into our current slot - getCurRecording().appendRecording(other.mRecordingPeriods[other_oldest_recording_index]); - // push back recordings for everything in the middle U32 other_index = (other_oldest_recording_index + 1) % other_recording_slots; while (other_index != other_current_recording_index) |