diff --git a/drape_frontend/navigator.cpp b/drape_frontend/navigator.cpp index 0710903402..dcca1010e9 100644 --- a/drape_frontend/navigator.cpp +++ b/drape_frontend/navigator.cpp @@ -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())