fix order

This commit is contained in:
Xinhao Yuan 2019-07-05 15:19:40 -04:00
parent 98a2e8093e
commit 294970d719
1 changed files with 1 additions and 1 deletions

View File

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