diff options
author | Anthony Zhang <azhang9@gmail.com> | 2013-07-12 14:22:30 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2013-07-12 14:22:30 -0400 |
commit | ac5e801834245bcf93f720d290a36b09a2527576 (patch) | |
tree | a26c7c1d72d95c204ae88aaaa0dfb516da37a020 /worldedit/compatibility.lua | |
parent | b6bc841c395dc54603b526a6791b4109fb6b577f (diff) |
Even bigger speed gains by using LuaVoxelManipulator in a few choice places! Faster //set, //cylinder, etc., but plenty of room for improvements still.
Diffstat (limited to 'worldedit/compatibility.lua')
-rw-r--r-- | worldedit/compatibility.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worldedit/compatibility.lua b/worldedit/compatibility.lua index 0ea2333..f6971cc 100644 --- a/worldedit/compatibility.lua +++ b/worldedit/compatibility.lua @@ -1,4 +1,5 @@ worldedit = worldedit or {}
+local minetest = minetest --local copy of global
worldedit.allocate_old = worldedit.allocate
worldedit.deserialize_old = worldedit.deserialize
|