mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 13:53:03 +00:00
orient.lua: add comment
....gotta redo everything :-/
This commit is contained in:
parent
26a8658cfb
commit
1fd8512ecd
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function worldeditadditions.orient(pos1, pos2, rotlist)
|
||||||
local cache_orient = {}
|
local cache_orient = {}
|
||||||
|
|
||||||
local param2_cache = {}
|
local param2_cache = {}
|
||||||
|
-- TODO rewrite with ref https://github.com/12Me21/screwdriver2/blob/master/init.lua#L75-L79 'cause this doesn't account for rotation properly
|
||||||
for i in area:iterp(pos1, pos2) do
|
for i in area:iterp(pos1, pos2) do
|
||||||
-- nodeid = data[i]
|
-- nodeid = data[i]
|
||||||
local param2_type = "none"
|
local param2_type = "none"
|
||||||
|
|
Loading…
Reference in a new issue