mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
Fix clang-format
This commit is contained in:
parent
e234776de2
commit
82faad33e9
|
@ -285,14 +285,14 @@ int CMenus::DoButton_MenuTab(const void *pID, const char *pText, int Checked, co
|
|||
Rect.x += Rect.w - pRect->w + Rect.x - pRect->x;
|
||||
Rect.y += Rect.h - pRect->h + Rect.y - pRect->y;
|
||||
}
|
||||
|
||||
|
||||
if(!pAnimator->m_ScaleLabel)
|
||||
{
|
||||
Rect.w = pRect->w;
|
||||
Rect.h = pRect->h;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Rect.HMargin(2.0f, &Temp);
|
||||
UI()->DoLabel(&Temp, pText, Temp.h * ms_FontmodHeight, 0, -1, AlignVertically);
|
||||
|
||||
|
|
Loading…
Reference in a new issue