Skip to content
Snippets Groups Projects
Commit fd893e18 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

SL-704 - removed gratuitous mSpecialRenderMode

parent 4b439ff9
No related branches found
No related tags found
No related merge requests found
...@@ -58,9 +58,6 @@ void LLControlAvatar::initInstance() ...@@ -58,9 +58,6 @@ void LLControlAvatar::initInstance()
// things up after the fact in releaseMeshData(). // things up after the fact in releaseMeshData().
LLVOAvatar::initInstance(); LLVOAvatar::initInstance();
// AXON mSpecialRenderMode here is probably wrong, need to review.
mSpecialRenderMode = 1;
createDrawable(&gPipeline); createDrawable(&gPipeline);
updateJointLODs(); updateJointLODs();
updateGeometry(mDrawable); updateGeometry(mDrawable);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment