From: Mikko Rasa Date: Thu, 7 Nov 2013 19:42:24 +0000 (+0200) Subject: Break link from the target track too before re-linking X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=8b38694cfcad387fa504351d4450714fa048f711;p=r2c2.git Break link from the target track too before re-linking --- diff --git a/source/libr2c2/track.cpp b/source/libr2c2/track.cpp index 23f1b9e..2515986 100644 --- a/source/libr2c2/track.cpp +++ b/source/libr2c2/track.cpp @@ -332,6 +332,7 @@ bool Track::link_to(Object &other) if(dot(span, span)break_link(j); links[i] = otrack; otrack->links[j] = this; check_slope();