forgot to render the body shadow

This commit is contained in:
SushiTee 2012-08-21 20:55:04 +02:00
parent 443730a193
commit 913a0bbee4

View file

@ -446,7 +446,7 @@ void CRenderTools::RenderTee(CAnimState *pAnim, CTeeRenderInfo *pInfo, int Emote
} }
// draw body (in front of tattoo) // draw body (in front of tattoo)
if(Parts&SELECTION_BODY && !OutLine) if((Parts&SELECTION_BODY || (Parts&SELECTION_EYES && RenderBackground)) && !OutLine)
{ {
Graphics()->TextureSet(pInfo->m_aTextures[0]); Graphics()->TextureSet(pInfo->m_aTextures[0]);
Graphics()->QuadsBegin(); Graphics()->QuadsBegin();