Skip to content
Snippets Groups Projects
Commit 2059f0c9 authored by Timo Koch's avatar Timo Koch
Browse files

[growth] Fix double vertex insertion

When inserting two element that share a new vertex this vertex was inserted twice
resulting in a disconnected grid. The check if a vertex is already inserted was
already in place, however the map had the wrong scope and the pointer written
in the map was a pointer to the grid entity not the entity in the to-be-inserted queue.
parent 0f7e76b5
No related branches found
No related tags found
1 merge request!14Bugfix/double vertex insertion
Loading
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