Skip to content

Commit

Permalink
fix missing initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Sep 10, 2024
1 parent 217585f commit 62f6ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ppr/common/edge.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ struct edge_info {
tri_state traffic_signals_vibration_ : 2 {tri_state::UNKNOWN};
std::uint8_t step_count_{};
std::int32_t marked_crossing_detour_{};
levels levels_;
levels levels_{};
std::uint8_t max_width_{}; // centimeters
std::int8_t incline_{UNKNOWN_INCLINE}; // percent, UNKNOWN_INCLINE = unknown
door_type door_type_ : 4 {door_type::UNKNOWN};
Expand Down

0 comments on commit 62f6ccc

Please sign in to comment.