Fixed non-working compass drawing

This commit is contained in:
Alex Zolotarev 2011-07-15 11:20:54 +02:00 committed by Alex Zolotarev
parent e02bd2ab9f
commit 722d22ad3a

View file

@ -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>