mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +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]],
|
||||
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