Graphics/TextSprite: Fix initial local bounds

This commit is contained in:
Lynix 2018-05-20 13:38:48 +02:00
parent 74773e9daa
commit 8e2efb5007
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ namespace Nz
inline TextSprite::TextSprite() :
m_color(Color::White),
m_localBounds(Nz::Recti::Zero()),
m_scale(1.f)
{
ResetMaterials(1U);