We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c45c4 commit 93d3b02Copy full SHA for 93d3b02
rmf_traffic_editor/gui/building.cpp
@@ -96,6 +96,8 @@ bool Building::load(const string& _filename)
96
97
if (y["reference_level_name"])
98
reference_level_name = y["reference_level_name"].as<string>();
99
+ else
100
+ reference_level_name = "";
101
102
// crowd_sim_impl is initialized when creating crowd_sim_table in editor.cpp
103
// just in case the pointer is not initialized
0 commit comments