ellipsoid2: remove todo

This commit is contained in:
Starbeamrainbowlabs 2021-10-23 14:32:44 +01:00
parent 2aa15116e2
commit 84741f5cb9
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -25,7 +25,6 @@ function worldeditadditions.ellipsoid2(pos1, pos2, target_node, hollow)
}
-- Fetch the nodes in the specified area
-- OPTIMIZE: We should be able to calculate a more efficient box-area here
local manip, area = worldedit.manip_helpers.init(pos1, pos2)
local data = manip:get_data()