mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
added postLighting check back for rendering avatar Hands
This commit is contained in:
parent
f49f368ec3
commit
a24df5c02f
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue