Skip to content

Commit

Permalink
Update approach.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mjjbell authored Apr 3, 2024
1 parent 1d285ad commit 52dcb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/engine/approach.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52dcb00

Please sign in to comment.