summaryrefslogtreecommitdiffstats
path: root/src/pencil-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pencil-context.cpp')
-rw-r--r--src/pencil-context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp
index 32248d9b6..4ddeb6a4f 100644
--- a/src/pencil-context.cpp
+++ b/src/pencil-context.cpp
@@ -788,6 +788,7 @@ interpolate(SPPencilContext *pc)
}else{
pc->green_curve->curveto(b[4*c+1], b[4*c+2], b[4*c+3]);
}
+ //BSpline
}
sp_canvas_bpath_set_bpath(SP_CANVAS_BPATH(pc->red_bpath), pc->green_curve);