diff options
author | Richard Linden <none@none> | 2013-11-19 17:40:44 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-11-19 17:40:44 -0800 |
commit | 391ac367d6922f30bf3a186bc15e1fc38366eecf (patch) | |
tree | ca318051118f3e264ef424167c7a377445500f06 /indra/newview/llappviewer.cpp | |
parent | a868b7ed41d8b7d04ae47490564cdc35bcfbac1a (diff) |
SH-4634 FIX Interesting: Viewer crashes when receiving teleport offer
renamed fast timers to have unique names, changes instance tracker to never allow duplicates
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 060f19b84f..9a31b6b51f 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1262,6 +1262,7 @@ static LLTrace::BlockTimerStatHandle FTM_SERVICE_CALLBACK("Callback"); static LLTrace::BlockTimerStatHandle FTM_AGENT_AUTOPILOT("Autopilot"); static LLTrace::BlockTimerStatHandle FTM_AGENT_UPDATE("Update"); +// externally visible timers LLTrace::BlockTimerStatHandle FTM_FRAME("Frame"); bool LLAppViewer::mainLoop() |