Skip to content
Snippets Groups Projects
Unverified Commit 0a2dfbe2 authored by Michael Ferguson's avatar Michael Ferguson Committed by GitHub
Browse files

initialize variables in inflation layer (#1970)

parent ef8cfad6
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ InflationLayer::InflationLayer()
inflate_around_unknown_(false),
cell_inflation_radius_(0),
cached_cell_inflation_radius_(0),
resolution_(0),
cache_length_(0),
last_min_x_(std::numeric_limits<double>::lowest()),
last_min_y_(std::numeric_limits<double>::lowest()),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment