Skip to content

Commit

Permalink
Fix water label
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrzeczkowicz committed Nov 9, 2024
1 parent e243e5b commit a5d5ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static std::array<Label, 46> LABELS {
const unsigned char LABEL_OTHER = 0; // use when the label is nothing from the list
const unsigned char LABEL_UNKNOWN = 45; // use for face without data or not plane road or rails
const unsigned char LABEL_RAIL = 27;
const unsigned char LABEL_WATER = 21;
const unsigned char LABEL_WATER = 23;
const unsigned char LABEL_ROAD = 28;
const unsigned char LABEL_LEVEL_CROSSING = 44;

Expand Down

0 comments on commit a5d5ce4

Please sign in to comment.