diff options
author | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
commit | 3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch) | |
tree | 504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llviewerstats.cpp | |
parent | Second Life viewer sources 1.18.4.3 (diff) | |
download | meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2 meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz |
Second Life viewer sources 1.18.5.0-RC
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() |