From cf352fd918a53775f158492f68dfecf4734cc2d3 Mon Sep 17 00:00:00 2001 From: Nyeogmi Date: Thu, 22 Dec 2022 19:23:41 -0800 Subject: [PATCH] Golf one thing on rope --- chameleonic.p8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chameleonic.p8 b/chameleonic.p8 index 2eb34e0..0d6b937 100644 --- a/chameleonic.p8 +++ b/chameleonic.p8 @@ -799,8 +799,8 @@ function rope:new( local r={ id=0, anchors={ - {ax=src_ax,ay=src_ay,prev=nil,next=nil}, - {ax=dst_ax,ay=dst_ay,prev=nil,next=nil} + {ax=src_ax,ay=src_ay}, + {ax=dst_ax,ay=dst_ay} }, state={name="cast",frame=0}, latch=latch,