Widgets/BaseWidget: Fix background position and render mask
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user