Final changes and version number bump.

This commit is contained in:
Anthony Zhang
2013-08-01 23:53:38 -04:00
parent 416ffb3709
commit 8bd5db51b2
3 changed files with 4 additions and 6 deletions

View File

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