1
0
mirror of https://github.com/HybridDog/vector_extras.git synced 2024-09-27 14:50:36 +02:00

returning the table isnt necessary, vector.sort usage changed a bit

This commit is contained in:
HybridDog 2015-12-19 23:20:10 +01:00
parent 177c679621
commit 70e08a15a2

View File

@ -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)