diff --git a/map/framework.cpp b/map/framework.cpp index fb4a302e8c..6da642ab46 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -325,11 +325,11 @@ void FrameWork::AddRedrawCommandSure() template void FrameWork::OnCompassUpdate(location::CompassInfo const & info) { - if (info.m_timestamp < location::POSITION_TIMEOUT_SECONDS) - { +// if (info.m_timestamp < location::POSITION_TIMEOUT_SECONDS) +// { m_locationState.UpdateCompass(info); UpdateNow(); - } +// } } template