diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-11-16 20:00:38 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-11-16 20:00:38 +0000 |
commit | 64e5cfc05452993bf15a31d9d4a0deeb1414edf0 (patch) | |
tree | 82979648a04cef1500b9331e9f2eb04122e427a5 /indra/newview/llcontrolavatar.cpp | |
parent | 2f1b75f03e8066b54d9dae16ab29095752c4ee8a (diff) |
SL-704 - more cleanup, including releaseMeshData() for control avatars, which don't need mesh data.
Diffstat (limited to 'indra/newview/llcontrolavatar.cpp')
-rw-r--r-- | indra/newview/llcontrolavatar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp index afa6be188d..7600bc6959 100644 --- a/indra/newview/llcontrolavatar.cpp +++ b/indra/newview/llcontrolavatar.cpp @@ -52,7 +52,8 @@ LLControlAvatar::~LLControlAvatar() // virtual void LLControlAvatar::initInstance() { - // AXON - potential optimizations here - avoid creating system avatar mesh since it's not used. + // AXON - potential optimizations here - avoid creating system + // avatar mesh since it's not used. LLVOAvatar::initInstance(); } |