From 214cc827a7e944b1c037dd27c25097e4761932f6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Jul 2021 12:32:14 +0100 Subject: [PATCH] PROTOCOL: Fix wrong ref to zcoord being an f64 Signed-off-by: Ian Jackson --- PROTOCOL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 7fb5c8aa..2844f229 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -238,8 +238,9 @@ it knows that there was a conflict. LEVEL (Z ORDER) =============== -Each piece has a Z level which is a finite f64, set by the client -which manipulates the piece, according to the protocol above. +Each piece has a Z level (an arbitrary-precision value in <0,1>), set +by the client which manipulates the piece, according to the protocol +above. Each piece *also* has a Z level generation. This is set by the server. The server guarantees to set it to the server generation, and -- 2.30.2