Utility/*TextDrawer: Fix bounds starting at a negative position

Former-commit-id: 4954d0f3d1b10d4b7512c7b57936bc73c7ea69ae
This commit is contained in:
Lynix
2016-05-11 12:27:18 +02:00
parent f941a751b5
commit 0bd8904878
4 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ namespace Nz
ClearGlyphs();
}
const Rectui& SimpleTextDrawer::GetBounds() const
const Recti& SimpleTextDrawer::GetBounds() const
{
if (!m_glyphUpdated)
UpdateGlyphs();