Save current changes
This commit is contained in:
parent
281ed4b40f
commit
ca819b0e53
@ -1134,7 +1134,7 @@ function rope:_relax()
|
|||||||
if (y0<y2) ady=-adx
|
if (y0<y2) ady=-adx
|
||||||
end
|
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)
|
--self:_drag(n1,x1_new,y1_new)
|
||||||
n0=n1.prev
|
n0=n1.prev
|
||||||
n2=n1.next
|
n2=n1.next
|
||||||
|
Loading…
Reference in New Issue
Block a user