forked from organicmaps/organicmaps
ASSERT control in GetVisiblePOI
This commit is contained in:
parent
366c9af196
commit
3851f001b4
1 changed files with 1 additions and 0 deletions
|
@ -1838,6 +1838,7 @@ bool Framework::GetVisiblePOI(m2::PointD const & pxPoint, m2::PointD & pxPivot,
|
|||
search::AddressInfo & info, feature::FeatureMetadata & metadata) const
|
||||
{
|
||||
#ifndef USE_DRAPE
|
||||
ASSERT(m_renderPolicy, ());
|
||||
graphics::OverlayElement::UserInfo ui;
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue