diff options
| author | Ptolemy <ptolemy@lindenlab.com> | 2022-01-13 13:06:18 -0800 | 
|---|---|---|
| committer | Ptolemy <ptolemy@lindenlab.com> | 2022-01-14 11:50:22 -0800 | 
| commit | 84b746ad8e707d052cdb4709f8cd91642ff0e73f (patch) | |
| tree | 82acca413aecedd502e185fc36ff016359bc3269 | |
| parent | 8aa22b41650f13f3752643276ab1449de4fa3ab8 (diff) | |
SL-16606: Add profiler category AVATAR
| -rw-r--r-- | indra/llcharacter/llkeyframemotion.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcharacter/llkeyframemotion.cpp b/indra/llcharacter/llkeyframemotion.cpp index 5a5aa2c83e..a25ff16786 100644 --- a/indra/llcharacter/llkeyframemotion.cpp +++ b/indra/llcharacter/llkeyframemotion.cpp @@ -677,7 +677,7 @@ BOOL LLKeyframeMotion::onActivate()  //-----------------------------------------------------------------------------  BOOL LLKeyframeMotion::onUpdate(F32 time, U8* joint_mask)  { -    LL_PROFILE_ZONE_SCOPED; +    LL_PROFILE_ZONE_SCOPED_CATEGORY_AVATAR;  	// llassert(time >= 0.f);		// This will fire  	time = llmax(0.f, time); | 
