Skip to content

Commit

Permalink
decreased the tees feet size. Closes #1085
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed Apr 2, 2013
1 parent 48f43a7 commit 2fe43c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/client/render.cpp
Expand Up @@ -474,7 +474,7 @@ void CRenderTools::RenderTee(CAnimState *pAnim, CTeeRenderInfo *pInfo, int Emote
Graphics()->QuadsBegin();
CAnimKeyframe *pFoot = f ? pAnim->GetFrontFoot() : pAnim->GetBackFoot();

float w = BaseSize/2.0f;
float w = BaseSize/2.25f;
float h = w;

Graphics()->QuadsSetRotation(pFoot->m_Angle*pi*2);
Expand Down

3 comments on commit 2fe43c9

@cinaera
Copy link
Contributor

@cinaera cinaera commented on 2fe43c9 Apr 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The feet are too small now
around 2.1f would be a good value imho :)

@east
Copy link
Contributor

@east east commented on 2fe43c9 Apr 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree to cinaera

@iXlolo
Copy link

@iXlolo iXlolo commented on 2fe43c9 Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the same about it as cinaera and east.

Please sign in to comment.