forked from organicmaps/organicmaps
[graphics] Removed unnecessary call to clear
This commit is contained in:
parent
6415731b34
commit
5acbb74142
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ void TileRenderer::DrawTile(core::CommandsQueue::Environment const & env,
|
|||
threadData.m_dummyRT->makeCurrent(glQueue);
|
||||
|
||||
drawer->beginFrame();
|
||||
drawer->clear(graphics::Color(m_bgColor.r, m_bgColor.g, m_bgColor.b, 0));
|
||||
drawer->screen()->setClipRect(renderRect);
|
||||
drawer->clear(m_bgColor);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue