From: Ian Jackson Date: Mon, 15 Mar 2021 01:04:59 +0000 (+0000) Subject: hidden: Recalculate occultations every time on ungrab (note done) X-Git-Tag: otter-0.4.0~36 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6b49c97df3880513af4b53764fbcfbed4cfa2ae7;p=otter.git hidden: Recalculate occultations every time on ungrab (note done) Signed-off-by: Ian Jackson --- 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);