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/rotate_screen_task.cpp')
-rw-r--r--map/rotate_screen_task.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/map/rotate_screen_task.cpp b/map/rotate_screen_task.cpp
index 9ede02683e..e8518114e1 100644
--- a/map/rotate_screen_task.cpp
+++ b/map/rotate_screen_task.cpp
@@ -24,3 +24,8 @@ void RotateScreenTask::OnEnd(double ts)
anim::AngleInterpolation::OnEnd(ts);
m_framework->GetNavigator().SetAngle(m_outAngle);
}
+
+bool RotateScreenTask::IsVisual() const
+{
+ return true;
+}