Utility/Node: Translate comment
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Nz
|
|||||||
|
|
||||||
for (Node* child : m_childs)
|
for (Node* child : m_childs)
|
||||||
{
|
{
|
||||||
// child->SetParent(nullptr); serait problématique car elle nous appellerait
|
// child->SetParent(nullptr); would try to remove itself from the child list while we iterate on it
|
||||||
child->m_parent = nullptr;
|
child->m_parent = nullptr;
|
||||||
child->InvalidateNode(Invalidation::InvalidateRecursively);
|
child->InvalidateNode(Invalidation::InvalidateRecursively);
|
||||||
child->OnParenting(nullptr);
|
child->OnParenting(nullptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user