From 6b49c97df3880513af4b53764fbcfbed4cfa2ae7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 15 Mar 2021 01:04:59 +0000 Subject: [PATCH] hidden: Recalculate occultations every time on ungrab (note done) Signed-off-by: Ian Jackson --- daemon/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/api.rs b/daemon/api.rs index 8733ea2d..11971129 100644 --- a/daemon/api.rs +++ b/daemon/api.rs @@ -334,7 +334,7 @@ api_route!{ logents); if let Some(occid) = gpc.occult.passive_occid() { - // xxx if piece is occulted, definitely repermute its occultation + // if piece is occulted, definitely repermute its occultation // so that we don't leak which piece is which over repeated // adjustment clicks to_permute.mark_dirty(occid); -- 2.30.2