mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
forgot to render the body shadow
This commit is contained in:
parent
443730a193
commit
913a0bbee4
|
@ -446,7 +446,7 @@ void CRenderTools::RenderTee(CAnimState *pAnim, CTeeRenderInfo *pInfo, int Emote
|
|||
}
|
||||
|
||||
// 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()->QuadsBegin();
|
||||
|
|
Loading…
Reference in a new issue