aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llfasttimer.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:48 -0500
committerJacek Antonelli2008-08-15 23:44:48 -0500
commit9b4f54c826ffa4f94efa866068c9d6ecdfb4b424 (patch)
tree2f8ae193ab487088962e628f1ee9dee2f5901f01 /linden/indra/llcommon/llfasttimer.h
parentSecond Life viewer sources 1.13.2.12 (diff)
downloadmeta-impy-9b4f54c826ffa4f94efa866068c9d6ecdfb4b424.zip
meta-impy-9b4f54c826ffa4f94efa866068c9d6ecdfb4b424.tar.gz
meta-impy-9b4f54c826ffa4f94efa866068c9d6ecdfb4b424.tar.bz2
meta-impy-9b4f54c826ffa4f94efa866068c9d6ecdfb4b424.tar.xz
Second Life viewer sources 1.13.2.15
Diffstat (limited to 'linden/indra/llcommon/llfasttimer.h')
-rw-r--r--linden/indra/llcommon/llfasttimer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llfasttimer.h b/linden/indra/llcommon/llfasttimer.h
index e598096..b5e0734 100644
--- a/linden/indra/llcommon/llfasttimer.h
+++ b/linden/indra/llcommon/llfasttimer.h
@@ -47,7 +47,11 @@ public:
47 FTM_IDLE, 47 FTM_IDLE,
48 FTM_SLEEP, 48 FTM_SLEEP,
49 49
50 // common simulate components 50 // common messaging components
51 FTM_PUMP,
52 FTM_CURL,
53
54 // common simulation components
51 FTM_UPDATE_ANIMATION, 55 FTM_UPDATE_ANIMATION,
52 FTM_UPDATE_TERRAIN, 56 FTM_UPDATE_TERRAIN,
53 FTM_UPDATE_PRIMITIVES, 57 FTM_UPDATE_PRIMITIVES,