Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'map/change_viewport_task.cpp')
-rw-r--r--map/change_viewport_task.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/map/change_viewport_task.cpp b/map/change_viewport_task.cpp
index 624e070595..9d6cf7d5eb 100644
--- a/map/change_viewport_task.cpp
+++ b/map/change_viewport_task.cpp
@@ -24,3 +24,8 @@ void ChangeViewportTask::OnEnd(double ts)
anim::AnyRectInterpolation::OnEnd(ts);
m_framework->GetNavigator().SetFromRect(m_outRect);
}
+
+bool ChangeViewportTask::IsVisual() const
+{
+ return true;
+}