forked from mtcontrib/Minetest-WorldEdit
Use new 5.13.0 explicit VoxelManip free
This commit is contained in:
@ -133,7 +133,9 @@ function mh.finish(manip, data)
|
||||
manip:set_data(data)
|
||||
end
|
||||
manip:write_to_map()
|
||||
manip:update_map()
|
||||
if manip.close ~= nil then
|
||||
manip:close() -- explicitly free memory
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user