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/render_policy.cpp')
-rw-r--r--map/render_policy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/render_policy.cpp b/map/render_policy.cpp
index b182e8a442..4a078fa4a1 100644
--- a/map/render_policy.cpp
+++ b/map/render_policy.cpp
@@ -120,9 +120,9 @@ bool RenderPolicy::NeedRedraw() const
bool RenderPolicy::IsAnimating() const
{
- return (m_controller->HasTasks()
+ return (m_controller->HasVisualTasks()
|| (m_controller->LockCount() > 0)
- || (m_controller->IsPreWarmed()));
+ || (m_controller->IsVisuallyPreWarmed()));
}
bool RenderPolicy::IsTiling() const