Update approach.hpp

This commit is contained in:
Michael Bell 2024-04-03 18:29:22 +01:00 committed by GitHub
parent 1d285ade25
commit 52dcb00563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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