diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-03-07 01:16:27 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-03-07 01:16:27 +0000 |
commit | c4059553afa289f51f9966b4283b2a62b7103303 (patch) | |
tree | 3b1a18de62fc258b847f264ff66d464d8be15034 /indra/newview/llfasttimerview.cpp | |
parent | 3d17ddd38baa9fd862114e6f90ce3ce809780b4f (diff) |
SKIPPED 58849. merge -r 58856:58859 maintenance -> release
Diffstat (limited to 'indra/newview/llfasttimerview.cpp')
-rw-r--r-- | indra/newview/llfasttimerview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index 77e96fa73b..85b8bbebd4 100644 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -143,6 +143,7 @@ static struct ft_display_info ft_display_table[] = { LLFastTimer::FTM_RENDER_CHARACTERS, " Avatars", &LLColor4::yellow1, 0 }, { LLFastTimer::FTM_RENDER_SIMPLE, " Simple", &LLColor4::yellow2, 0 }, { LLFastTimer::FTM_RENDER_FULLBRIGHT, " Fullbright", &LLColor4::yellow5, 0 }, + { LLFastTimer::FTM_RENDER_GLOW, " Glow", &LLColor4::orange1, 0 }, { LLFastTimer::FTM_RENDER_GRASS, " Grass", &LLColor4::yellow6, 0 }, { LLFastTimer::FTM_RENDER_INVISIBLE, " Invisible", &LLColor4::red2, 0 }, { LLFastTimer::FTM_RENDER_SHINY, " Shiny", &LLColor4::yellow3, 0 }, |