diff --git a/editor.lua b/editor.lua index a7349c0..50f4cc7 100644 --- a/editor.lua +++ b/editor.lua @@ -542,7 +542,7 @@ function start_editor(data) if math.abs(s1 - s2) < 0.01 then return (a1.x + a1.y) < (a2.x + a2.y) else - return s1 < s2 + return s1 > s2 end end )