forked from organicmaps/organicmaps
[routing] fix vehicle mask bug
This commit is contained in:
parent
499ad69e62
commit
00bb927410
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue