X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcurve_helper.cpp;h=00f95cff5f040457d82d97e01543d26488876b51;hb=f2a36e5791a1d7f3bd973742785b3b93619d3bad;hp=b9b22e8bf675b0e71671ded4b4dc53d72b0cbdd0;hpb=7a8e75cef2a63f9e7e0b57807afb239279053280;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/curve_helper.cpp b/synfig-core/trunk/src/synfig/curve_helper.cpp index b9b22e8..00f95cf 100644 --- a/synfig-core/trunk/src/synfig/curve_helper.cpp +++ b/synfig-core/trunk/src/synfig/curve_helper.cpp @@ -569,7 +569,7 @@ int intersect(const bezier &b, const Point &p) //Curve curve intersection void CIntersect::recurse_intersect(const SCurve &left, const SCurve &right, int depth) { - //reject curves that do not overlap with bouding boxes + //reject curves that do not overlap with bounding boxes if(!intersect(left.aabb,right.aabb)) return; //accept curves (and perform super detailed check for intersections)