Compilatin fix after rebase.

This commit is contained in:
vng 2013-10-27 13:37:07 +01:00 committed by Alex Zolotarev
parent ed41bd902a
commit 47d6a7ce4a
2 changed files with 0 additions and 5 deletions

View file

@ -6,11 +6,8 @@ namespace graphics
{
class Screen : public OverlayRenderer
{
private:
public:
typedef OverlayRenderer::Params Params;
Screen(Params const & params) : OverlayRenderer(params)
{}
};

View file

@ -1344,10 +1344,8 @@ void Framework::InitGuiSubsystem()
pr.m_threadSlot = m_renderPolicy->GetResourceManager()->guiThreadSlot();
pr.m_renderContext = m_renderPolicy->GetRenderContext();
pr.m_doUnbindRT = false;
pr.m_storageType = graphics::EMediumStorage;
pr.m_textureType = graphics::ESmallTexture;
pr.m_isSynchronized = false;
m_bmManager.SetScreen(m_renderPolicy->CreateScreenWithParams(pr));
//@}