mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove unused SLabelProperties Props
variable
This commit is contained in:
parent
20032b5a24
commit
05f2b19391
|
@ -910,14 +910,10 @@ void CMenus::RenderLoading(const char *pCaption, const char *pContent, int Incre
|
|||
Box.HSplitTop(20.f, &Part, &Box);
|
||||
Box.HSplitTop(24.f, &Part, &Box);
|
||||
Part.VMargin(20.f, &Part);
|
||||
SLabelProperties Props;
|
||||
Props.m_MaxWidth = (int)Part.w;
|
||||
UI()->DoLabel(&Part, pCaption, 24.f, TEXTALIGN_MC);
|
||||
Box.HSplitTop(20.f, &Part, &Box);
|
||||
Box.HSplitTop(24.f, &Part, &Box);
|
||||
Part.VMargin(20.f, &Part);
|
||||
|
||||
Props.m_MaxWidth = (int)Part.w;
|
||||
UI()->DoLabel(&Part, pContent, 20.0f, TEXTALIGN_MC);
|
||||
|
||||
if(RenderLoadingBar)
|
||||
|
|
Loading…
Reference in a new issue