mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Partially revert warning-fixing, it caused warnings on other systems
This commit is contained in:
parent
94e8e26f8d
commit
d91cca728d
|
@ -299,7 +299,7 @@ class CTextRender : public IEngineTextRender
|
||||||
int SlotSize = SlotW*SlotH;
|
int SlotSize = SlotW*SlotH;
|
||||||
int x = 1;
|
int x = 1;
|
||||||
int y = 1;
|
int y = 1;
|
||||||
int px, py;
|
unsigned int px, py;
|
||||||
|
|
||||||
FT_Set_Pixel_Sizes(pFont->m_FtFace, 0, pSizeData->m_FontSize);
|
FT_Set_Pixel_Sizes(pFont->m_FtFace, 0, pSizeData->m_FontSize);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue