mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
remove comma
This commit is contained in:
parent
12ae6f1ff0
commit
5bf6d2a8ed
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ module regular_polyhedron(
|
|||
anchor=anchor,
|
||||
facedown=facedown,
|
||||
stellate=stellate,
|
||||
longside=longside, h=h, height=height,
|
||||
longside=longside, h=h, height=height
|
||||
);
|
||||
scaled_points = entry[0];
|
||||
translation = entry[1];
|
||||
|
|
Loading…
Reference in a new issue