Cleanup from comments

This commit is contained in:
Buhallin 2022-12-31 20:55:03 -08:00
parent 2239133013
commit 45d62067ca
No known key found for this signature in database
GPG Key ID: DB3C362823852294

View File

@ -5,7 +5,7 @@ local tokenManager = require("core/token/TokenManager")
--------------------------------------------------------- ---------------------------------------------------------
-- set true to enable debug logging -- set true to enable debug logging
local DEBUG = true local DEBUG = false
-- Location connection directional options -- Location connection directional options
local BIDIRECTIONAL = 0 local BIDIRECTIONAL = 0
@ -319,7 +319,7 @@ function addBidirectionalVector(card1, card2, lines)
points = { pos1, pos2 }, points = { pos1, pos2 },
color = CONNECTION_COLOR, color = CONNECTION_COLOR,
thickness = CONNECTION_THICKNESS, thickness = CONNECTION_THICKNESS,
}); })
end end
-- Draws a one-way location connection between the two cards, adding the lines to do so to the -- Draws a one-way location connection between the two cards, adding the lines to do so to the