Skip to content

Commit

Permalink
oops, edgelabel was one byte bigger all of a sudden
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Mar 25, 2024
1 parent 434e68f commit cf1ed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valhalla/sif/edgelabel.h
Expand Up @@ -445,7 +445,7 @@ class EdgeLabel {
uint32_t unpaved_ : 1;
uint32_t has_measured_speed_ : 1;
// Flag if this edge had HGV access
uint32_t hgv_access_;
uint32_t hgv_access_ : 1;
uint32_t spare : 12;

Cost cost_; // Cost and elapsed time along the path.
Expand Down

0 comments on commit cf1ed9f

Please sign in to comment.