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