Golf one thing on rope

This commit is contained in:
Pyrex 2022-12-22 19:23:41 -08:00
parent 930e27a8e3
commit cf352fd918

View File

@ -799,8 +799,8 @@ function rope:new(
local r={ local r={
id=0, id=0,
anchors={ anchors={
{ax=src_ax,ay=src_ay,prev=nil,next=nil}, {ax=src_ax,ay=src_ay},
{ax=dst_ax,ay=dst_ay,prev=nil,next=nil} {ax=dst_ax,ay=dst_ay}
}, },
state={name="cast",frame=0}, state={name="cast",frame=0},
latch=latch, latch=latch,