mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-07 09:11:24 +02:00
orient.lua: add comment
....gotta redo everything :-/
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user