compilation fixes.

This commit is contained in:
rachytski 2011-06-26 16:50:16 +03:00 committed by Alex Zolotarev
parent 6717f0bbcf
commit e3bd6467cc

View file

@ -1072,7 +1072,7 @@ void FrameWork<TModel>::AddRedrawCommandSure()
m2::PointD ptShift = m_renderQueue.renderState().coordSystemShift(true);
m2::PointD pos = m_navigator.OrientPoint(e.Pos()) + ptShift;
m_navigator.DoDrag(pos, GetPlatform().TimeInSec());
m_navigator.DoDrag(pos, m_timer.ElapsedSeconds());
#ifdef DRAW_TOUCH_POINTS
m_informationDisplay.setDebugPoint(0, pos);