mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
fix wrong func call
This commit is contained in:
@@ -25,4 +25,4 @@ function _sort_by(lt, by, idx) =
|
|||||||
dict = [["x", 0], ["y", 1], ["z", 2], ["i", idx]],
|
dict = [["x", 0], ["y", 1], ["z", 2], ["i", idx]],
|
||||||
i = dict[search(by == "idx" ? "i" : by, dict)[0]][1]
|
i = dict[search(by == "idx" ? "i" : by, dict)[0]][1]
|
||||||
)
|
)
|
||||||
_sort(lt, i);
|
_sort_by_idx(lt, i);
|
Reference in New Issue
Block a user