From 04e903ec58ef71636c5a08deb180afb62d9a6d9f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 Mar 2021 03:37:35 +0000 Subject: [PATCH] hidden: note a bug Signed-off-by: Ian Jackson --- src/hidden.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hidden.rs b/src/hidden.rs index 059d6f84..86c7e0dd 100644 --- a/src/hidden.rs +++ b/src/hidden.rs @@ -473,6 +473,9 @@ fn recalculate_occultation_general< } } } + // this calculation does not seem to work? + // to repro: bob moves a card out of bob's hand + // alice sees "a card with a red-striped back" dbgc!(most_obscure); let describe_occulter = |oni| { -- 2.30.2