1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

fixed name error

This commit is contained in:
Justin Lin
2017-06-07 08:53:58 +08:00
parent 9ccf8244ab
commit 166a4b0278

View File

@@ -30,7 +30,7 @@ module polyline3d(points, thickness, startingStyle = "CAP_CIRCLE", endingStyle =
p1Style = p1Style, p2Style = p2Style);
// hook for testing
test_line_segment(index, p1, p2, thickness, p1Style, p2Style);
test_line3d_segment(index, p1, p2, thickness, p1Style, p2Style);
}
module polyline3d_inner(index) {