summaryrefslogtreecommitdiff
path: root/indra/newview/llcontrolavatar.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-11-16 20:33:11 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-11-16 20:33:11 +0000
commitb625f9cd9956d135760da0053e46cf01692779c5 (patch)
treea6a13064f8c499fda75a954560f88d4281b90388 /indra/newview/llcontrolavatar.cpp
parent6e75ceeff3b145c159f23e3a24576d0622ee4e1d (diff)
SL-763 - disabling the use_quantum optimization in LLMotionController until it can be fixed.
Diffstat (limited to 'indra/newview/llcontrolavatar.cpp')
-rw-r--r--indra/newview/llcontrolavatar.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp
index 7600bc6959..7e89a97c03 100644
--- a/indra/newview/llcontrolavatar.cpp
+++ b/indra/newview/llcontrolavatar.cpp
@@ -52,8 +52,9 @@ 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 content since it's not used. For now we just clean some
+ // things up after the fact in releaseMeshData().
LLVOAvatar::initInstance();
}