Merge pull request #5622 from dobriy-eeh/fix-vehicle-mask-bug

[routing] Починка ужасного бага в роутинге
This commit is contained in:
Yuri Gorshenin 2017-03-17 12:50:14 +03:00 committed by GitHub
commit 56f49452c1

View file

@ -63,7 +63,7 @@ public:
private:
template <class Fn>
bool CalcMask(FeatureType const & f, Fn && fn) const
VehicleMask CalcMask(FeatureType const & f, Fn && fn) const
{
VehicleMask mask = 0;
if (fn(*m_pedestrianModel, f))