Update approach.hpp
This commit is contained in:
parent
1d285ade25
commit
52dcb00563
@ -36,8 +36,8 @@ namespace osrm::engine
|
||||
enum class Approach : std::uint8_t
|
||||
{
|
||||
CURB = 0,
|
||||
OPPOSITE = 1,
|
||||
UNRESTRICTED = 2
|
||||
UNRESTRICTED = 1,
|
||||
OPPOSITE = 2
|
||||
|
||||
};
|
||||
} // namespace osrm::engine
|
||||
|
||||
Loading…
Reference in New Issue
Block a user