forked from organicmaps/organicmaps
Compilatin fix after rebase.
This commit is contained in:
parent
ed41bd902a
commit
47d6a7ce4a
2 changed files with 0 additions and 5 deletions
|
@ -6,11 +6,8 @@ namespace graphics
|
|||
{
|
||||
class Screen : public OverlayRenderer
|
||||
{
|
||||
private:
|
||||
public:
|
||||
|
||||
typedef OverlayRenderer::Params Params;
|
||||
|
||||
Screen(Params const & params) : OverlayRenderer(params)
|
||||
{}
|
||||
};
|
||||
|
|
|
@ -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));
|
||||
//@}
|
||||
|
|
Loading…
Add table
Reference in a new issue