drawing POI's at top of everything

This commit is contained in:
rachytski 2011-02-09 10:48:18 +02:00 committed by Alex Zolotarev
parent 71c1b6a8a2
commit 35963c1c07

View file

@ -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)