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/anim_phase_chain.cpp')
-rw-r--r--map/anim_phase_chain.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/map/anim_phase_chain.cpp b/map/anim_phase_chain.cpp
index 5915ce82cf..a6b6661d53 100644
--- a/map/anim_phase_chain.cpp
+++ b/map/anim_phase_chain.cpp
@@ -49,7 +49,8 @@ void AnimPhaseChain::OnStep(double ts)
double t = elapsedTime / phase->m_timeInterval;
m_scale = m_startScale + t * (phase->m_endScale - m_startScale);
- m_f.Invalidate();
+ ///@TODO UVR
+ //m_f.Invalidate();
}
void InitDefaultPinAnim(AnimPhaseChain * chain)