aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index a630beb..3a509ff 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -616,6 +616,9 @@ bool LLAppViewer::init()
616 ////////////////////////////////////////////////////////////////////////////// 616 //////////////////////////////////////////////////////////////////////////////
617 // *FIX: The following code isn't grouped into functions yet. 617 // *FIX: The following code isn't grouped into functions yet.
618 618
619 // Statistics / debug timer initialization
620 init_statistics();
621
619 // 622 //
620 // Various introspection concerning the libs we're using - particularly 623 // Various introspection concerning the libs we're using - particularly
621 // the libs involved in getting to a full login screen. 624 // the libs involved in getting to a full login screen.