forked from organicmaps/organicmaps-tmp
Fixed non-working compass drawing
This commit is contained in:
parent
e02bd2ab9f
commit
722d22ad3a
1 changed files with 3 additions and 3 deletions
|
@ -325,11 +325,11 @@ void FrameWork<TModel>::AddRedrawCommandSure()
|
|||
template <typename TModel>
|
||||
void FrameWork<TModel>::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 <typename TModel>
|
||||
|
|
Loading…
Add table
Reference in a new issue