diff options
author | Richard Linden <none@none> | 2013-07-22 18:22:08 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-07-22 18:22:08 -0700 |
commit | 40a7c63e897cee5905270602be4387f5eb4fc2b8 (patch) | |
tree | 9365b3a9f6236fe181e094f8da0d774bead7cf21 /indra | |
parent | d6a074383359be5ddf788f055b3e592ccdeb8aec (diff) |
fixed crash on exit
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 47492aaa31..5f6b183fcc 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1294,7 +1294,6 @@ bool LLAppViewer::mainLoop() { LLFastTimer _(FTM_FRAME); LLTrace::TimeBlock::processTimes(); - llassert(LLStatViewer::FPS.getPrimaryAccumulator()->getSampleCount() <= 1); LLTrace::get_frame_recording().nextPeriod(); LLTrace::TimeBlock::logStats(); |