ellipsoid2: remove todo

This commit is contained in:
Starbeamrainbowlabs 2021-10-23 14:32:44 +01:00
parent 2aa15116e2
commit 84741f5cb9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 1 deletions

View File

@ -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()