mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 01:40:44 +01:00
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:
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()));
|
||||
|
|
Loading…
Reference in New Issue
Block a user