forked from organicmaps/organicmaps
drawing POI's at top of everything
This commit is contained in:
parent
71c1b6a8a2
commit
35963c1c07
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace yg
|
|||
|
||||
void SymbolRenderer::SymbolObject::Draw(SymbolRenderer * p) const
|
||||
{
|
||||
p->drawSymbolImpl(m_pt, m_styleID, m_pos, m_depth);
|
||||
p->drawSymbolImpl(m_pt, m_styleID, m_pos, yg::maxDepth);
|
||||
}
|
||||
|
||||
m2::PointD const SymbolRenderer::getPosPt(m2::PointD const & pt, m2::RectD const & texRect, EPosition pos)
|
||||
|
|
Loading…
Add table
Reference in a new issue