mirror of
https://github.com/HybridDog/vector_extras.git
synced 2024-12-02 04:13:47 +01:00
returning the table isnt necessary, vector.sort usage changed a bit
This commit is contained in:
parent
177c679621
commit
70e08a15a2
1
init.lua
1
init.lua
@ -237,7 +237,6 @@ function funcs.sort(ps, preferred_coords)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
table.sort(ps, ps_sorting)
|
table.sort(ps, ps_sorting)
|
||||||
return ps
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function funcs.scalar(v1, v2)
|
function funcs.scalar(v1, v2)
|
||||||
|
Loading…
Reference in New Issue
Block a user