Cleanup from comments
This commit is contained in:
parent
2239133013
commit
45d62067ca
@ -5,7 +5,7 @@ local tokenManager = require("core/token/TokenManager")
|
||||
---------------------------------------------------------
|
||||
|
||||
-- set true to enable debug logging
|
||||
local DEBUG = true
|
||||
local DEBUG = false
|
||||
|
||||
-- Location connection directional options
|
||||
local BIDIRECTIONAL = 0
|
||||
@ -319,7 +319,7 @@ function addBidirectionalVector(card1, card2, lines)
|
||||
points = { pos1, pos2 },
|
||||
color = CONNECTION_COLOR,
|
||||
thickness = CONNECTION_THICKNESS,
|
||||
});
|
||||
})
|
||||
end
|
||||
|
||||
-- Draws a one-way location connection between the two cards, adding the lines to do so to the
|
||||
|
Loading…
x
Reference in New Issue
Block a user