From 62f6ccc97a7f8f9699e2b6f426c252ee85cfe356 Mon Sep 17 00:00:00 2001 From: Pablo Hoch Date: Tue, 10 Sep 2024 11:07:42 +0200 Subject: [PATCH] fix missing initializer --- include/ppr/common/edge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ppr/common/edge.h b/include/ppr/common/edge.h index 6c13cce..77d680e 100644 --- a/include/ppr/common/edge.h +++ b/include/ppr/common/edge.h @@ -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};