mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
fixed wrapping
This commit is contained in:
parent
d4a752e446
commit
6821703f95
|
@ -182,7 +182,7 @@ int CMenus::DoButton_MenuImage(const void *pID, const char *pText, int Checked,
|
||||||
Graphics()->QuadsDrawTL(&QuadItem, 1);
|
Graphics()->QuadsDrawTL(&QuadItem, 1);
|
||||||
Graphics()->QuadsEnd();
|
Graphics()->QuadsEnd();
|
||||||
}
|
}
|
||||||
|
Graphics()->WrapNormal();
|
||||||
}
|
}
|
||||||
|
|
||||||
Text.HMargin(pRect->h>=20.0f?2.0f:1.0f, &Text);
|
Text.HMargin(pRect->h>=20.0f?2.0f:1.0f, &Text);
|
||||||
|
|
Loading…
Reference in a new issue