Utility/Node: Translate comment
This commit is contained in:
parent
b3ad0e3a06
commit
c97bba71e7
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue