Colelyman/kleuren

Extending path with branching nodes

Closed this issue · 0 comments

There is a problem with extending a path that is not linear, basically, if there is a node that branches then the path is not valid.

The problem is that the path is passed by reference, and it is not cleared when an invalid path is followed. Somehow the path needs to be cleared when an invalid path is followed.