diff options
Diffstat (limited to 'linden/indra/newview/llviewerstats.cpp')
-rw-r--r-- | linden/indra/newview/llviewerstats.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerstats.cpp b/linden/indra/newview/llviewerstats.cpp index da75de6..96f52a1 100644 --- a/linden/indra/newview/llviewerstats.cpp +++ b/linden/indra/newview/llviewerstats.cpp | |||
@@ -176,7 +176,11 @@ const StatAttributes STAT_INFO[LLViewerStats::ST_COUNT] = | |||
176 | // ST_TEX_BAKES | 176 | // ST_TEX_BAKES |
177 | StatAttributes("Texture Bakes", FALSE, FALSE), | 177 | StatAttributes("Texture Bakes", FALSE, FALSE), |
178 | // ST_TEX_REBAKES | 178 | // ST_TEX_REBAKES |
179 | StatAttributes("Texture Rebakes", FALSE, FALSE) | 179 | StatAttributes("Texture Rebakes", FALSE, FALSE), |
180 | |||
181 | // ST_LOGITECH_KEYBOARD | ||
182 | StatAttributes("Logitech LCD", FALSE, FALSE) | ||
183 | |||
180 | }; | 184 | }; |
181 | 185 | ||
182 | LLViewerStats::LLViewerStats() | 186 | LLViewerStats::LLViewerStats() |