aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llviewerstats.cpp
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-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.cpp6
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
182LLViewerStats::LLViewerStats() 186LLViewerStats::LLViewerStats()