diff options
Diffstat (limited to 'indra')
-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); |