diff options
author | Richard Linden <none@none> | 2013-10-03 19:05:52 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-03 19:05:52 -0700 |
commit | bee38adb347213bc1824dad8a762dc399c3065ec (patch) | |
tree | b1db05808d35d0dcc168a799f8a2a47b6d1160e0 /indra/newview/llfasttimerview.cpp | |
parent | 9ae025f8ee8688b25678a243ba19f1398de08060 (diff) | |
parent | f8a85003ddd4bee1ae00fc329c1c1d66d6100cbd (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview/llfasttimerview.cpp')
-rwxr-xr-x | indra/newview/llfasttimerview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index bbd8f0792a..4809a6b7da 100755 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -62,7 +62,7 @@ static const S32 MAX_VISIBLE_HISTORY = 12; static const S32 LINE_GRAPH_HEIGHT = 240; static const S32 MIN_BAR_HEIGHT = 3; static const S32 RUNNING_AVERAGE_WIDTH = 100; -static const S32 NUM_FRAMES_HISTORY = 256; +static const S32 NUM_FRAMES_HISTORY = 200; std::vector<TimeBlock*> ft_display_idx; // line of table entry for display purposes (for collapse) |