1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 09:14:29 +02:00

updated comment

This commit is contained in:
Justin Lin
2017-05-26 20:00:34 +08:00
parent 66238ea663
commit d2832e9dec

View File

@@ -41,7 +41,7 @@ module hull_polyline2d(points, width) {
polyline2d_inner(1);
}
// override to test
// override it to test
module test_line_segment(index, point1, point2, radius) {
}