Fix Texture Font Generator for Windows x64 build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user