forked from organicmaps/organicmaps
Review fixes
This commit is contained in:
parent
db697f8e10
commit
94f905c00c
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue