summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-06-01 14:27:04 -0500
committerDave Parks <davep@lindenlab.com>2012-06-01 14:27:04 -0500
commit096fe03786a2ccfbbb0363cfb2e371752c6daa2e (patch)
treeed122b21596dc6d2d097bf2b983ec8aa0100e964 /indra/newview/llvoavatar.cpp
parentdefbd61d318d0da12fdea208cf2b2297d9a6b122 (diff)
MAINT-646 Faster traversal of render batch lists.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 240caeee1c..cdcf2063c3 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -2306,7 +2306,7 @@ S32 LLVOAvatar::setTETexture(const U8 te, const LLUUID& uuid)
}
}
-static LLFastTimer::DeclareTimer FTM_AVATAR_UPDATE("Update Avatar");
+static LLFastTimer::DeclareTimer FTM_AVATAR_UPDATE("Avatar Update");
static LLFastTimer::DeclareTimer FTM_JOINT_UPDATE("Update Joints");
//------------------------------------------------------------------------