Fix comment

(was from earlier failed experiment)


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6211 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien 2021-05-02 13:07:23 +00:00
parent 22a7280e95
commit af07435064

@ -854,7 +854,6 @@ void CGUIEditWorkspace::clearParentElements()
if ( el->isMyChild(Environment->getFocus()) )
Environment->setFocus(0);
// remove all children except first one (EditorWindow)
while (!el->getChildren().empty())
{
el->removeChild(*(el->getChildren().begin()));