From b8f39019a04dbf574246107afb60793282a10b3f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Aug 2020 23:00:23 +0100 Subject: [PATCH] not critical now --- src/gamestate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gamestate.rs b/src/gamestate.rs index 178c4381..697a328e 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -188,7 +188,7 @@ impl PieceState { // ========== ad-hoc and temporary ========== pub fn make_pieceid_visible(p : PieceId) -> VisiblePieceId { - // xxx need to do censorship mapping here + // todo-lens need to do censorship mapping here let kd : slotmap::KeyData = p.into(); VisiblePieceId(kd) } -- 2.30.2