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/move_screen_task.cpp')
-rw-r--r--map/move_screen_task.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/map/move_screen_task.cpp b/map/move_screen_task.cpp
index 2a292f1cf3..bbe41a35b0 100644
--- a/map/move_screen_task.cpp
+++ b/map/move_screen_task.cpp
@@ -24,3 +24,8 @@ void MoveScreenTask::OnEnd(double ts)
anim::SegmentInterpolation::OnEnd(ts);
m_framework->GetNavigator().SetOrg(m_outPt);
}
+
+bool MoveScreenTask::IsVisual() const
+{
+ return true;
+}