Skip to content
Snippets Groups Projects
Commit db84579f authored by Fabian Reister's avatar Fabian Reister
Browse files

fix: vertexIdCnt should be in sync with vertex ids (boost)

parent 044e8deb
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ namespace armarx::navigation::server
core::Graph graph;
int64_t vertexIdCnt = 0;
int64_t vertexIdCnt = -1;
};
} // namespace armarx::navigation::server
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment