forked from organicmaps/organicmaps
Review fix.
This commit is contained in:
parent
5082c0f0aa
commit
f1b1abf065
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ ScreenBase const Navigator::ScaleInto(ScreenBase const & screen, m2::RectD bound
|
|||
|
||||
m2::RectD clipRect = res.ClipRect();
|
||||
|
||||
// TODO: This assert fails in 3d mode, do proper check.
|
||||
//ASSERT(boundRect.IsPointInside(clipRect.Center()), ("center point should be inside boundRect"));
|
||||
|
||||
if (clipRect.minX() < boundRect.minX())
|
||||
|
|
Loading…
Add table
Reference in a new issue