Fix warning

This commit is contained in:
Lynix 2019-12-22 17:01:46 +01:00
parent e282b842b4
commit 2a7ffffd84
1 changed files with 0 additions and 2 deletions

View File

@ -121,8 +121,6 @@ namespace Nz
const Font::SizeInfo& sizeInfo = font->GetSizeInfo(characterSize);
unsigned int previousDrawPos = m_drawPos.x;
// Reset cursor
m_drawPos.x = 0;
m_drawPos.y += sizeInfo.lineHeight;