summaryrefslogtreecommitdiff
path: root/worldedit/manipulations.lua
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2013-08-01 23:53:38 -0400
committerAnthony Zhang <azhang9@gmail.com>2013-08-01 23:53:38 -0400
commit8bd5db51b2cedd0f1b6f545d11b66bae0cff8a41 (patch)
treed4e867f7fcec3224dccdd998cf7639c64950e851 /worldedit/manipulations.lua
parent416ffb37098734137f1a2f84687fe1a5046fea7c (diff)
Final changes and version number bump.
Diffstat (limited to 'worldedit/manipulations.lua')
-rw-r--r--worldedit/manipulations.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/worldedit/manipulations.lua b/worldedit/manipulations.lua
index 53fea6f..7f65808 100644
--- a/worldedit/manipulations.lua
+++ b/worldedit/manipulations.lua
@@ -1,8 +1,6 @@
worldedit = worldedit or {}
local minetest = minetest --local copy of global
---wip: fix the queue
-
--modifies positions `pos1` and `pos2` so that each component of `pos1` is less than or equal to its corresponding conent of `pos2`, returning two new positions
worldedit.sort_pos = function(pos1, pos2)
pos1 = {x=pos1.x, y=pos1.y, z=pos1.z}