fixed wrapping

This commit is contained in:
oy 2015-01-12 05:58:04 +01:00
parent d4a752e446
commit 6821703f95

View file

@ -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);