aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/Intersection')
-rw-r--r--experimental/Intersection/ShapeOpCubic4x4_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/Intersection/ShapeOpCubic4x4_Test.cpp b/experimental/Intersection/ShapeOpCubic4x4_Test.cpp
index 607b3495bf..f4eb031044 100644
--- a/experimental/Intersection/ShapeOpCubic4x4_Test.cpp
+++ b/experimental/Intersection/ShapeOpCubic4x4_Test.cpp
@@ -48,7 +48,7 @@ static void* testShapeOps4x4CubicsMain(void* data)
pathB.moveTo(a, b);
str += sprintf(str, " pathB.moveTo(%d,%d);\n", a, b);
pathB.cubicTo(c, d, state.b, state.a, state.d, state.c);
- str += sprintf(str, " pathB.cubicTo(%d,%d, %d,%d, %d,%d);\n", c, d,
+ str += sprintf(str, " pathB.cubicTo(%d,%d, %d,%d, %d,%d);\n", c, d,
state.b, state.a, state.d, state.c);
pathB.close();
str += sprintf(str, " pathB.close();\n");