From ac263166faf69eab6217d286999da20744a7cd09 Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Mon, 13 Mar 2023 19:45:37 +0100 Subject: [PATCH] Add comment --- src/Map.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Map.js b/src/Map.js index 7196125..6831124 100644 --- a/src/Map.js +++ b/src/Map.js @@ -176,6 +176,8 @@ function newPolygon(element, positions, selectedRoom, callbackRoomSelected, call const color = selectedRoom === element['id'] ? 'red' : 'grey'; if (element['type'] === 'C') { // Corridor + // TODO create two global panes: one for the coridors, and the other for the + // other rooms return