diff --git a/specter/lib/RootView.cpp b/specter/lib/RootView.cpp index 03d100840..edf202280 100644 --- a/specter/lib/RootView.cpp +++ b/specter/lib/RootView.cpp @@ -13,7 +13,7 @@ RootView::RootView(IViewManager& viewMan, ViewResources& res, boo::IWindow* wind { window->setCallback(&m_events); boo::SWindowRect rect = window->getWindowFrame(); - m_renderTex = res.m_factory->newRenderTexture(rect.size[0], rect.size[1], true, true); + m_renderTex = res.m_factory->newRenderTexture(rect.size[0], rect.size[1], true, false); commitResources(res); resized(rect, rect); }