1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-21 06:29:46 +01:00

changed hook

This commit is contained in:
Justin Lin 2017-05-30 15:51:45 +08:00
parent 08fb6775aa
commit c9499ec2ff

View File

@ -61,9 +61,9 @@ module rounded_cube(size, corner_r, center = false) {
}
// hook for testing
test_rounded_edge_corner_center(corners, center_pts);
test_rounded_edge_corner_center(corner_frags, corners, center_pts);
}
module test_rounded_edge_corner_center(corners, center_pts) {
module test_rounded_edge_corner_center(corner_frags, corners, center_pts) {
}