added postLighting check back for rendering avatar Hands

This commit is contained in:
ericrius1 2015-07-01 15:28:48 -07:00
parent f49f368ec3
commit a24df5c02f

View file

@ -575,9 +575,9 @@ void Avatar::renderBody(RenderArgs* renderArgs, ViewFrustum* renderFrustum, bool
return;
}
// if (postLighting) {
if (postLighting) {
getHand()->render(renderArgs, false);
// }
}
}
getHead()->render(renderArgs, 1.0f, renderFrustum, postLighting);
}