Even bigger speed gains by using LuaVoxelManipulator in a few choice places! Faster //set, //cylinder, etc., but plenty of room for improvements still.

This commit is contained in:
Anthony Zhang
2013-07-12 14:22:30 -04:00
父節點 b6bc841c39
當前提交 ac5e801834
共有 8 個文件被更改,包括 161 次插入97 次删除

查看文件

@ -1,4 +1,5 @@
worldedit = worldedit or {}
local minetest = minetest --local copy of global
worldedit.allocate_old = worldedit.allocate
worldedit.deserialize_old = worldedit.deserialize