summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-08-30 19:23:17 -0700
committerRichard Linden <none@none>2012-08-30 19:23:17 -0700
commitd48889198b9f5b39c195e237ae253339b2d89ef3 (patch)
treeb9b803a0afd0e4ffec9b8a41ffb66a7160589734 /indra/llcommon
parentc74d9f83a2a30ba364b983bc9e8abfd4099f6d68 (diff)
MAINT-1486 FIX Crash on login (Unhandled exception)
open root timer by default
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llfasttimer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llfasttimer.cpp b/indra/llcommon/llfasttimer.cpp
index d54e1a93ea..6970c29092 100644
--- a/indra/llcommon/llfasttimer.cpp
+++ b/indra/llcommon/llfasttimer.cpp
@@ -116,6 +116,7 @@ public:
mRootFrameState.setNamedTimer(mTimerRoot);
mTimerRoot->setFrameState(&mRootFrameState);
mTimerRoot->mParent = mTimerRoot;
+ mTimerRoot->setCollapsed(false);
mRootFrameState.mParent = &mRootFrameState;
}