Rewrite rope #11

Merged
pyrex merged 12 commits from rewrite_rope into main 2022-12-21 05:44:16 +00:00
Showing only changes of commit ca819b0e53 - Show all commits

View File

@ -1134,7 +1134,7 @@ function rope:_relax()
if (y0<y2) ady=-adx
end
if adx!=0 and ady!=0 and (n1.associated_with.adx!=adx or n1.associated_with.ady!=ady) then
if false and (n1.associated_with.adx==-adx or n1.associated_with.ady==-ady) then
--self:_drag(n1,x1_new,y1_new)
n0=n1.prev
n2=n1.next