diff --git a/doomsday/sdk/libappfw/src/guirootwidget.cpp b/doomsday/sdk/libappfw/src/guirootwidget.cpp index a22e56286e..9940c34722 100644 --- a/doomsday/sdk/libappfw/src/guirootwidget.cpp +++ b/doomsday/sdk/libappfw/src/guirootwidget.cpp @@ -418,7 +418,7 @@ void GuiRootWidget::draw() { // Widgets may not yet be ready on the first frame; make sure // we don't show garbage. - window().framebuffer().clear(GLFramebuffer::Color); + window().framebuffer().clear(GLFramebuffer::ColorDepthStencil); d->noFramesDrawnYet = false; }