Widgets/BaseWidget: Fix background position and render mask

This commit is contained in:
Jérôme Leclercq
2021-11-21 17:14:59 +01:00
parent 2a8568f2ac
commit 1b271a29ef
2 changed files with 6 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
namespace Nz
{
inline void LabelWidget::UpdateText(const Nz::AbstractTextDrawer& drawer, float scale)
inline void LabelWidget::UpdateText(const AbstractTextDrawer& drawer, float scale)
{
m_textSprite->Update(drawer, scale);