mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Removed erroneous trailing comma.
This commit is contained in:
parent
3d464f3244
commit
d766cb984e
1 changed files with 1 additions and 1 deletions
|
@ -3034,7 +3034,7 @@ function _get_vnf_tile_edges(texture) =
|
|||
[i1, i2]
|
||||
]),
|
||||
edges = uc[0], counts = uc[1],
|
||||
uedges = [for (i = idx(edges)) if (counts[i] == 1) edges[i] ],
|
||||
uedges = [for (i = idx(edges)) if (counts[i] == 1) edges[i] ]
|
||||
) uedges;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue