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
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ function funcs.sort(ps, preferred_coords)
end
end
table.sort(ps, ps_sorting)
return ps
end
function funcs.scalar(v1, v2)