summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-07-22 18:22:08 -0700
committerRichard Linden <none@none>2013-07-22 18:22:08 -0700
commit40a7c63e897cee5905270602be4387f5eb4fc2b8 (patch)
tree9365b3a9f6236fe181e094f8da0d774bead7cf21 /indra
parentd6a074383359be5ddf788f055b3e592ccdeb8aec (diff)
fixed crash on exit
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llappviewer.cpp1
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();