Review fixes

This commit is contained in:
r.kuznetsov 2015-06-25 09:02:58 +03:00
parent db697f8e10
commit 94f905c00c

View file

@ -750,8 +750,7 @@ void Framework::Scale(double factor, m2::PointD const & pxPoint, bool isAnim)
void Framework::TouchEvent(df::TouchEvent const & touch)
{
if (m_drapeEngine)
m_drapeEngine->AddTouchEvent(touch);
CallDrapeFunction(bind(&df::DrapeEngine::AddTouchEvent, _1, touch));
}
int Framework::GetDrawScale() const