From 0f17ab6a56da694e45bda1d05658d113d8c20ed4 Mon Sep 17 00:00:00 2001 From: e-dt Date: Sat, 1 Jan 2022 13:07:10 +1100 Subject: [PATCH] a small matter of style... --- src/behaviour.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/behaviour.rs b/src/behaviour.rs index 7ae8e8a..291fba1 100644 --- a/src/behaviour.rs +++ b/src/behaviour.rs @@ -24,7 +24,7 @@ impl Behaviour { } // flip the second component of calculation because the grid works from top left isntead of bot left like a piss } } - return false; + false } } // ok remember wghen i said in chat i didnt think enough on the directions concept. well that was pretty fucked up.