Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-10-21 13:05:49 +02:00
parent 6bab824e4f
commit 73838f5f08
3 changed files with 12 additions and 13 deletions

View File

@@ -324,18 +324,6 @@ namespace Nz
{
}
inline entt::registry& BaseWidget::GetRegistry()
{
assert(m_registry);
return *m_registry;
}
inline const entt::registry& BaseWidget::GetRegistry() const
{
assert(m_registry);
return *m_registry;
}
void BaseWidget::ShowChildren(bool show)
{
for (const auto& widgetPtr : m_children)