diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-12-04 11:35:08 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-12-04 11:35:08 +0000 |
commit | fd893e18361fb5e919759256825cdc4b7b58381f (patch) | |
tree | e1f90dd45e6ffde99d9b73a74cc24376e6e92fb5 /indra/newview/llcontrolavatar.cpp | |
parent | 4b439ff968a934c127cd685b54bcc206e467a948 (diff) |
SL-704 - removed gratuitous mSpecialRenderMode
Diffstat (limited to 'indra/newview/llcontrolavatar.cpp')
-rw-r--r-- | indra/newview/llcontrolavatar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp index 39a8fd469d..0f4898e8d3 100644 --- a/indra/newview/llcontrolavatar.cpp +++ b/indra/newview/llcontrolavatar.cpp @@ -58,9 +58,6 @@ void LLControlAvatar::initInstance() // things up after the fact in releaseMeshData(). LLVOAvatar::initInstance(); - // AXON mSpecialRenderMode here is probably wrong, need to review. - mSpecialRenderMode = 1; - createDrawable(&gPipeline); updateJointLODs(); updateGeometry(mDrawable); |