Fix Texture Font Generator for Windows x64 build

This commit is contained in:
Prcuvu
2020-02-11 01:46:29 +08:00
parent eca21d6b29
commit 360db59e0d
3 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ void TextureFont::FormatFontPage( int iPage, HDC hDC )
}
++iCol;
if( iCol == pPage->m_iNumFramesY )
if( iCol == pPage->m_iNumFramesX )
{
iCol = 0;
++iRow;