Partially revert warning-fixing, it caused warnings on other systems

This commit is contained in:
heinrich5991 2017-03-12 16:47:37 +01:00
parent 94e8e26f8d
commit d91cca728d

View file

@ -299,7 +299,7 @@ class CTextRender : public IEngineTextRender
int SlotSize = SlotW*SlotH;
int x = 1;
int y = 1;
int px, py;
unsigned int px, py;
FT_Set_Pixel_Sizes(pFont->m_FtFace, 0, pSizeData->m_FontSize);