orient.lua: add comment

....gotta redo everything :-/
This commit is contained in:
Starbeamrainbowlabs 2024-08-18 20:59:16 +01:00
parent 26a8658cfb
commit 1fd8512ecd
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -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"