forked from Mirrorlandia_minetest/mesecons
maybe a fix
This commit is contained in:
parent
437bb15b79
commit
6a3de66ca4
@ -123,8 +123,7 @@ local selectionbox =
|
||||
}
|
||||
|
||||
-- go to the next nodeid (ex.: 01000011 --> 01000100)
|
||||
local nid_inc = function() end
|
||||
nid_inc = function (nid)
|
||||
local nid_inc = function (nid)
|
||||
local i = 0
|
||||
while nid[i-1] ~= 1 do
|
||||
nid[i] = (nid[i] ~= 1) and 1 or 0
|
||||
|
Loading…
Reference in New Issue
Block a user