diff options
Diffstat (limited to 'linden/indra/newview/llfasttimerview.cpp')
-rw-r--r-- | linden/indra/newview/llfasttimerview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfasttimerview.cpp b/linden/indra/newview/llfasttimerview.cpp index 0fdbb98..d2e04de 100644 --- a/linden/indra/newview/llfasttimerview.cpp +++ b/linden/indra/newview/llfasttimerview.cpp | |||
@@ -185,8 +185,8 @@ static struct ft_display_info ft_display_table[] = | |||
185 | { LLFastTimer::FTM_RENDER_BLOOM_FBO, " First FBO", &LLColor4::blue, 0 }, | 185 | { LLFastTimer::FTM_RENDER_BLOOM_FBO, " First FBO", &LLColor4::blue, 0 }, |
186 | { LLFastTimer::FTM_RENDER_UI, " UI", &LLColor4::cyan4, 1 }, | 186 | { LLFastTimer::FTM_RENDER_UI, " UI", &LLColor4::cyan4, 1 }, |
187 | { LLFastTimer::FTM_RENDER_TIMER, " Timers", &LLColor4::cyan5, 1, 0 }, | 187 | { LLFastTimer::FTM_RENDER_TIMER, " Timers", &LLColor4::cyan5, 1, 0 }, |
188 | // { LLFastTimer::FTM_RENDER_FONTS, " Fonts", &LLColor4::pink1, 0 }, | 188 | { LLFastTimer::FTM_RENDER_FONTS, " Fonts", &LLColor4::pink1, 0 }, |
189 | { LLFastTimer::FTM_SWAP, " Swap", &LLColor4::pink1, 0 }, | 189 | { LLFastTimer::FTM_SWAP, " Swap", &LLColor4::pink2, 0 }, |
190 | { LLFastTimer::FTM_CLIENT_COPY, " Client Copy", &LLColor4::red1, 1}, | 190 | { LLFastTimer::FTM_CLIENT_COPY, " Client Copy", &LLColor4::red1, 1}, |
191 | 191 | ||
192 | #if 0 || !LL_RELEASE_FOR_DOWNLOAD | 192 | #if 0 || !LL_RELEASE_FOR_DOWNLOAD |