Remove TODO about bug that was fixed in the meantime.

This commit is contained in:
Jürg Lehni 2011-03-25 19:57:49 +02:00
parent b5fdecf3d1
commit 306c22e00c

View file

@ -70,9 +70,7 @@
curHandleSeg = path.lastSegment;
// clone as we want the unmodified one:
prevPoint = curHandleSeg.point.clone();
// TODO: potential bug - in SG we don't need to clone this
// point, why?
path.add(curHandleSeg.clone());
path.add(curHandleSeg);
curPoint = path.lastSegment.point;
}
}