From ebb920af64c36d33ce1bf1826c31807c5cf25d33 Mon Sep 17 00:00:00 2001 From: e-dt Date: Fri, 31 Dec 2021 17:51:45 +1100 Subject: [PATCH] a fix --- src/apr.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apr.rs b/src/apr.rs index 4487b1d..4146928 100644 --- a/src/apr.rs +++ b/src/apr.rs @@ -63,6 +63,7 @@ impl Apr { board, should_update_grid: false, actors, + dragging: false, behaviours: vec![behaviour::Behaviour { moves: vec![(0, 1)], }], //the pawn can go ONE forwards