forked from organicmaps/organicmaps
Remove non-critical assert.
This commit is contained in:
parent
5c3e56b54a
commit
c48b6ccd11
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ ScreenBase const Navigator::ShrinkInto(ScreenBase const & screen, m2::RectD boun
|
|||
|
||||
res.SetOrg(clipRect.Center());
|
||||
|
||||
ASSERT ( boundRect.IsRectInside(res.ClipRect()), () );
|
||||
// This assert fails near x = 180 (Philipines).
|
||||
//ASSERT ( boundRect.IsRectInside(res.ClipRect()), (clipRect, res.ClipRect()) );
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue