mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-10-16 07:35:27 +02:00
Minor maintenance changes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
---------------------
|
||||
local vec = vector.new
|
||||
local vecw = function(axis, n, base)
|
||||
local ret = vec(base)
|
||||
local ret = vector.copy(base)
|
||||
ret[axis] = n
|
||||
return ret
|
||||
end
|
||||
|
Reference in New Issue
Block a user