Commit 6c7fa243 authored by bitplane's avatar bitplane

editbox didn't draw children.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1123 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 0b391b03
...@@ -825,6 +825,9 @@ void CGUIEditBox::draw() ...@@ -825,6 +825,9 @@ void CGUIEditBox::draw()
false, true, &localClipRect); false, true, &localClipRect);
} }
} }
// draw children
IGUIElement::draw();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment