Widgets: Reimplement Hide/Show

This commit is contained in:
Jérôme Leclercq
2021-11-24 22:24:14 +01:00
parent d2cfc5fdf5
commit 6c97f538a1
4 changed files with 15 additions and 30 deletions

View File

@@ -29,7 +29,7 @@ namespace Nz
LabelWidget& operator=(LabelWidget&&) = default;
private:
entt::entity m_textEntity;
entt::entity m_entity;
std::shared_ptr<TextSprite> m_textSprite;
};
}