Make insulated wires’ selection box fit in the node

This commit is contained in:
number Zero
2018-08-27 00:08:31 +03:00
committed by sfan5
parent c73b451f9b
commit 9e6eac4285
4 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@ local corner_nodebox = {
local corner_selectionbox = {
type = "fixed",
fixed = { -16/32-0.001, -18/32, -16/32, 5/32, -12/32, 5/32 },
fixed = { -16/32-0.001, -16/32, -16/32, 5/32, -12/32, 5/32 },
}
local corner_get_rules = function (node)